File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1313 " !**/node_modules/**"
1414 ],
1515 "args" : [
16- " --extensionDevelopmentPath=${workspaceFolder}/integration/vscode/ada"
16+ " --extensionDevelopmentPath=${workspaceFolder}/integration/vscode/ada" ,
17+
18+ // Disable other extensions for speed
19+ " --disable-extensions"
1720
1821 // It is useful to have workspace available for local debugging. The
1922 // following one is provided within the repository with test folders
Original file line number Diff line number Diff line change 120120 "env": {
121121 "MOCHA_TIMEOUT": "0"
122122 },
123+ "args": [
124+ // Disable other extensions for speed
125+ "--disable-extensions"
126+ ],
123127 "preLaunchTask": "npm: watch - integration/vscode/ada"
124128 }
125129}
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ export default defineConfig(
100100 // --user-data-dir <path> form sometimes gets <path> considered
101101 // as another workspace root directory.
102102 `--user-data-dir=${ tmpdir } ` ,
103+ // Disable other extensions for speed
104+ '--disable-extensions' ,
103105 ] ,
104106 // Use external installation if provided in the VSCODE env variable
105107 useInstallation : process . env . VSCODE ? { fromPath : process . env . VSCODE } : undefined ,
You can’t perform that action at this time.
0 commit comments