Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filename input is interrupted #126793

Closed
Silic0nS0ldier opened this issue Jun 21, 2021 · 2 comments
Closed

Filename input is interrupted #126793

Silic0nS0ldier opened this issue Jun 21, 2021 · 2 comments
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues

Comments

@Silic0nS0ldier
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.57.1
  • OS Version: Darwin x64 20.5.0
VS Code Stable Version Data
Version: 1.57.1
Commit: 507ce72a4466fbb27b715c3722558bb15afa9f48
Date: 2021-06-17T13:28:32.912Z
Electron: 12.0.7
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 20.5.0
VS Code Insiders Version Data
Version: 1.58.0-insider (Universal)
Commit: 7dea6d7402b55671410a129661cad24b55aed9f4
Date: 2021-06-18T13:57:55.970Z
Electron: 12.0.11
Chrome: 89.0.4389.128
Node.js: 14.16.0
V8: 8.9.255.25-electron.0
OS: Darwin x64 20.5.0

Steps to Reproduce:

Perquisites to manifest are not yet known, reproduction steps as such do not that this into account. A smaller repo on the same machine appears to not exhibit the problem, so size could be the determining factor.

  1. Modify a file (so that VS Code file watchers will have detected the change)
  2. Attempt to rename an existing file or name a new file.
  3. Observe that focus is shifted while typing.

There are 2 variations for focus shifting that have been observed.

  1. Focus shifts to editor (typed text appears in editor)
  2. Focus shifts to file explorer pane (typed text appears in search/filter utility)

When this issue occurs, the following is also observed.

  • Selected item in file explorer pane blinks
  • Git command output shows the following
    git ls-files --stage -- /Users/jordan/path-of-file-where-focus-was-lost
    git show --textconv :path-of-file-where-focus-was-lost
    

Additional context;

  • I work with a large repo (several gigabyte when without history, most of which is text-based source code)
  • Git is configured to use watchman
@isidorn isidorn added *duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues and removed new release labels Jun 22, 2021
@Silic0nS0ldier
Copy link
Author

That existing issue would be #112293, maybe.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) file-explorer Explorer widget issues
Projects
None yet
Development

No branches or pull requests

3 participants
@isidorn @Silic0nS0ldier and others