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

Ctrl+P fuzzy finder - no finding files when project folder on SFTP Drive #39493

Closed
ryanerwin opened this issue Dec 3, 2017 · 6 comments
Closed
Assignees
Labels
search Search widget and operation issues
Milestone

Comments

@ryanerwin
Copy link

  • VSCode Version: 1.18.1
  • OS Version: Windows 10.0.16299.64

Steps to Reproduce:

  1. Use SFTP Net Drive to export WSL home folder as a Drive (under Advanced, whether you choose Fixed, Removable or Network, the same behavior results)
  2. Press "Ctrl+P" to open Fuzzy Finder
  3. Start typing, searching for some file to open... Only previously opened files can be located...

I saw some related posts that the fuzzy finder was slow over network drives, but using the fuzzy finder over a locally mounted drive from WSL shouldn't be too bad... Is there a configuration option to enable the fuzzy finder on non local drives or non NTFS drives?

I also backed up and removed the AppData/Roaming/Code folder to make sure it's not a configuration issue, but even with the default configuration, same behavior.

Reproduces without extensions: Yes

@ryanerwin
Copy link
Author

FYI, turning off ripgrep fixed it for me... Now if only I had some idea why...

“search.useRipgrep": false

@bpasero bpasero added search Search widget and operation issues and removed workbench labels Dec 3, 2017
@bpasero bpasero assigned roblourens and unassigned bpasero Dec 3, 2017
@roblourens roblourens added the bug Issue identified by VS Code Team member as probable bug label Dec 3, 2017
@MikeShi42
Copy link

The fix above helped for me, but since GDrive is pushing users to switch to using Google Drive File Stream, being able to use VSCode over a mounted drive I imagine is even more important now.

@gondar00
Copy link

@ryanerwin Thank you !!! It worked like a charm.

@roblourens roblourens added this to the Backlog milestone Mar 23, 2018
@roblourens
Copy link
Member

Sorry for not responding earlier. Let me know if you're still having issues. Also try the Remote-WSL extension if developing inside WSL.

@roblourens roblourens removed the bug Issue identified by VS Code Team member as probable bug label Oct 8, 2019
@lcharbon
Copy link

@roblourens Can confirm this is still and issue in Google File Stream 33, VS Code 1.39 and Mac0S Catalina(10.15). Also affects global find. Sublime finds files without issue with same setup.

@roblourens
Copy link
Member

Ok, this is actually a duplicate of #69333 which had some investigation already

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
search Search widget and operation issues
Projects
None yet
Development

No branches or pull requests

6 participants