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

When open file, file listing blocks opening a file path #82675

Open
innerlee opened this issue Sep 29, 2019 · 2 comments
Open

When open file, file listing blocks opening a file path #82675

innerlee opened this issue Sep 29, 2019 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug polish Cleanup and polish issue simple-file-dialog Issues with simple file dialog
Milestone

Comments

@innerlee
Copy link
Contributor

  • VSCode Version: 1.38.1
  • Local OS Version: ubuntu 18.04
  • Remote OS Version: centos
  • Remote Extension/Connection Type: SSH

Steps to Reproduce:

  1. ctrl+shift+p -> select open file
  2. enter a path that contains lots of files, say, > 20k, then the listing window would take a lot time to respond
  3. in this case, even you have entered a full filename, you cannot open the file by clicking ok, but need to wait for the long background file listing

Suggestion:

  1. kill the listing process of old folder when your typing has changed to another folder.
  2. able to open a file instantly if you have entered a full path

Does this issue occur when you try this locally?: YNo. Locally it opens a dialogue to open a file.
Does this issue occur when you try this locally and all extensions are disabled?: N/A

@alexr00 alexr00 transferred this issue from microsoft/vscode-remote-release Oct 16, 2019
@alexr00
Copy link
Member

alexr00 commented Oct 16, 2019

I assume that this would also happen if you enable the simple file picker locally so moving to the vscode repo.

@alexr00 alexr00 added polish Cleanup and polish issue simple-file-dialog Issues with simple file dialog labels Oct 16, 2019
@alexr00 alexr00 added this to the Backlog milestone Oct 16, 2019
@innerlee
Copy link
Contributor Author

Yea, but the issue is only noticeable when connected to a remote via ssh, when a single ls may need to transfer several MBs data

@alexr00 alexr00 modified the milestones: Backlog, On Deck Nov 6, 2020
@alexr00 alexr00 added the bug Issue identified by VS Code Team member as probable bug label Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug polish Cleanup and polish issue simple-file-dialog Issues with simple file dialog
Projects
None yet
Development

No branches or pull requests

2 participants