-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
Cannot Search Across Files in Virtual Filesystem #201964
Comments
Some questions:
|
Thanks for your question! I just found a warning information shown when I apply the search. It appears that there is no search provider registered for my scheme. I see the
It is turned off by default.
I have tested on "Version: 1.85.1" and it does not work either. And I can remember it did not work in all the vscode versions released since September 2023. |
Hi @andreamah , I find the related API is still in proposal status here, https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.textSearchProvider.d.ts If we can only expect search to work with a |
Yes, you will need a |
Type: Bug
Hi, I am the author of the Overleaf Workshop extension, and recently our user find it is impossible to search in the virtual filesystem, which is registered with the scheme
overleaf-workshop
.Steps to Reproduce
A similar issue I found on the issue list is #116303 ("Search all files (ctrl+shift+f) doesn't find results in files with very long filepaths unless opened in the editor"), which shares the same phenomenon we encountered in the virtual filesystem. For example, the root workspace folder of project
example-project
would have the long URI as belowCause all the files will have long URIs with user ID and project ID, I am not sure if long URI is the only cause to blame. Please help confirm if we encountered the same issue as in #116303. Thank you!
VS Code version: Code - Insiders 1.86.0-insider (1cfc62d, 2024-01-05T16:21:29.391Z)
OS version: Windows_NT x64 10.0.22621
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (1)
A/B Experiments
The text was updated successfully, but these errors were encountered: