File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 19
19
"runtimeExecutable" : " ${execPath}" ,
20
20
"args" : [
21
21
" ${workspaceFolder}/test/resources" ,
22
- " --install-extension" ,
23
- " ms-vscode.cpptools" ,
24
- " --disable-extensions" ,
22
+ " --disable-extension=fortran-lang.linter-gfortran" ,
25
23
" --extensionDevelopmentPath=${workspaceFolder}" ,
26
24
" --extensionTestsPath=${workspaceFolder}/out/test"
27
25
],
Original file line number Diff line number Diff line change @@ -13,12 +13,7 @@ async function main() {
13
13
// Passed to --extensionTestsPath
14
14
const extensionTestsPath = path . resolve ( __dirname , './index' ) ;
15
15
16
- const launchArgs = [
17
- workspacePath ,
18
- '--disable-extensions' ,
19
- '--install-extension' ,
20
- 'ms-vscode.cpptools' ,
21
- ] ;
16
+ const launchArgs = [ workspacePath , '--disable-extensions' ] ;
22
17
// Download VS Code, unzip it and run the integration test
23
18
await runTests ( {
24
19
launchArgs,
You can’t perform that action at this time.
0 commit comments