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:
Jackson Kearl
2021-09-20 07:19:53 -07:00
committed by GitHub
parent 8ba281d133
commit 7b4fd0b65b
10 changed files with 696 additions and 4 deletions

View File

@@ -40,6 +40,7 @@ const vscodeEntryPoints = _.flatten([
buildfile.workerExtensionHost,
buildfile.workerNotebook,
buildfile.workerLanguageDetection,
buildfile.workerLocalFileSearch,
buildfile.workbenchDesktop,
buildfile.code
]);