mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
tests - reduce spam and work
This commit is contained in:
@@ -27,7 +27,12 @@ function createWorkspaceFile(workspacePath: string): string {
|
||||
settings: {
|
||||
'workbench.startupEditor': 'none',
|
||||
'workbench.enableExperiments': false,
|
||||
"typescript.disableAutomaticTypeAcquisition": true
|
||||
'typescript.disableAutomaticTypeAcquisition': true,
|
||||
'json.schemaDownload.enable': false,
|
||||
'npm.fetchOnlinePackageInfo': false,
|
||||
'npm.autoDetect': 'off',
|
||||
'workbench.editor.languageDetection': false,
|
||||
"workbench.localHistory.enabled": false
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user