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
It's only used for local search (ie using the HTMLFileSystemProvider as main file fs provider)
The search never terminates even though it displays some result (search icon shows a loader and a progress bar is forever loading at top)
Yes, the only existing implementations are the local (see 1) one and the node one (via a worker). When using the lib, no implementation exists on the virtual filesystem. You can implement it yourself though, like what was done on the monaco-vscode-api demo ; it only relies on open models though, so it can probably be improved.
Using the app playground, adding:
...getSearchServiceOverride()
and even adding in the worker factory:
The text was updated successfully, but these errors were encountered: