vscode/extensions/vscode-api-tests
Tyler James Leonhardt cfcda1c048
Improve performance of language detection (#130006)
* initial move to worker

* move event handling to the untitledTextEditorModel

* reuse simpleWorker interfaces and classes

* use correct path to languageDetection

* have vscode-languagedetection be outside of the asar

* add telemetry

* don't unpackage anything from languagedetection because it's not needed

* add an integration test

* some of Ben's feedback

* rework worker code to avoid duplication

* add isDisposed check

* fix test

* Isi and Ben feedback part 2

* use RunOnceScheduler instead and try to fix the test using events

* Ben feedback part 3

* bump distro
2021-08-06 11:56:14 -07:00
..
.vscode
media Add icons for built-in extensions (fixes #81760) 2021-04-20 12:09:24 -07:00
src Improve performance of language detection (#130006) 2021-08-06 11:56:14 -07:00
testWorkspace Improve performance of language detection (#130006) 2021-08-06 11:56:14 -07:00
testWorkspace2 integration tests - disable minimap to reduce error output (#115747) 2021-02-04 13:33:54 +01:00
.gitignore Ignore testWorkspace tasks.json 2021-03-16 07:25:24 -07:00
.vscodeignore
package.json adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163 2021-06-02 12:05:19 +02:00
testworkspace.code-workspace
tsconfig.json Use more standard name for shared extension tsconfig 2021-04-12 15:58:38 -07:00
yarn.lock chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00