File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 33 // Hover to view descriptions of existing attributes.
44 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55 "version" : " 0.2.0" ,
6+ "inputs" : [
7+ {
8+ "id" : " test" ,
9+ "type" : " pickString" ,
10+ "description" : " Pick the type of test for this session" ,
11+ "default" : " unitTest/" ,
12+ "options" : [
13+ {
14+ "label" : " unitTest" ,
15+ "value" : " unitTest"
16+ },
17+ {
18+ "label" : " integration" ,
19+ "value" : " integration"
20+ }
21+ ]
22+ }
23+ ],
624 "configurations" : [
725 {
826 "name" : " Launch Extension" ,
2139 " ${workspaceFolder}/test/fortran" ,
2240 " --disable-extension=fortran-lang.linter-gfortran" ,
2341 " --extensionDevelopmentPath=${workspaceFolder}" ,
24- " --extensionTestsPath=${workspaceFolder}/out/test"
42+ " --extensionTestsPath=${workspaceFolder}/out/test/${input:test} "
2543 ],
2644 "outFiles" : [" ${workspaceFolder}/dist/**/*.js" ],
2745 "preLaunchTask" : " npm: pretest"
You can’t perform that action at this time.
0 commit comments