You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileSearchProvider and TextSearchProvider are API proposals that are needed to make virtual filesystems more usable. Both APIs have been created several years ago.
Many extension writers have been regularly (re-)asking for the stabilization of both APIs. Would it be possible to have the two corresponding issues fixed this year ? VSCode is a great code editor, and its extension ecosystem is rich because it exposes many APIs to the extension writers. Thank you !
I am developping an extension that connects to a project server (LSP + custom methods) for development. There are no local files. I implement a FilesystemProvider that communicates with a virtual filesystem present on the project server.
Having FileSearchProvider and TextSearchProvider available (without the users needing to use VSCode Insiders) would greatly improve the UX.
The text was updated successfully, but these errors were encountered:
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
FileSearchProvider and TextSearchProvider are API proposals that are needed to make virtual filesystems more usable. Both APIs have been created several years ago.
Many extension writers have been regularly (re-)asking for the stabilization of both APIs. Would it be possible to have the two corresponding issues fixed this year ? VSCode is a great code editor, and its extension ecosystem is rich because it exposes many APIs to the extension writers. Thank you !
Stabilize TextSearchProvider API #59921 (6 years ago)
Stabilize FileSearchProvider API #73524 (5 years ago)
My use case
I am developping an extension that connects to a project server (LSP + custom methods) for development. There are no local files. I implement a
FilesystemProvider
that communicates with a virtual filesystem present on the project server.Having
FileSearchProvider
andTextSearchProvider
available (without the users needing to use VSCode Insiders) would greatly improve the UX.The text was updated successfully, but these errors were encountered: