tests - reduce spam and work

This commit is contained in:
Benjamin Pasero
2022-04-06 19:34:41 +02:00
parent c6b42be3c6
commit 8e8b3026fc
6 changed files with 28 additions and 6 deletions
@@ -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
}
};