mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +01:00
* 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
11 lines
270 B
JSON
11 lines
270 B
JSON
{
|
|
"search.exclude": {
|
|
"**/search-exclude/**": true
|
|
},
|
|
"files.exclude": {
|
|
"**/files-exclude/**": true
|
|
},
|
|
"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
|
|
"workbench.editor.untitled.experimentalLanguageDetection": true
|
|
}
|