mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Adopt webworker search for local files in browser (#133366)
* Revert "Revert commits intended for PR"
This reverts commit f01d9ab212.
* Publicise getHandle rather than getDirectoryHandle
* Restore languagedetection export
* Try more targetted fix for overquerying
* Handle webworker search errors
This commit is contained in:
@@ -40,6 +40,7 @@ const vscodeEntryPoints = _.flatten([
|
||||
buildfile.workerExtensionHost,
|
||||
buildfile.workerNotebook,
|
||||
buildfile.workerLanguageDetection,
|
||||
buildfile.workerLocalFileSearch,
|
||||
buildfile.workbenchDesktop,
|
||||
buildfile.code
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user