mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
tests - reduce spam and work
This commit is contained in:
@@ -6,5 +6,10 @@
|
||||
"**/files-exclude/**": true
|
||||
},
|
||||
"editor.minimap.enabled": false, // see https://github.com/microsoft/vscode/issues/115747
|
||||
"workbench.editor.languageDetection": true
|
||||
"workbench.editor.languageDetection": true,
|
||||
"typescript.disableAutomaticTypeAcquisition": true,
|
||||
"json.schemaDownload.enable": false,
|
||||
"npm.fetchOnlinePackageInfo": false,
|
||||
"npm.autoDetect": "off",
|
||||
"workbench.localHistory.enabled": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user