We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4f4ef commit 52a1b85Copy full SHA for 52a1b85
integration/vscode/ada/.vscode/launch.json
@@ -8,8 +8,7 @@
8
"runtimeExecutable": "${execPath}",
9
"args": [
10
"--extensionDevelopmentPath=${workspaceFolder}",
11
- "${workspaceFolder}/test",
12
- "${workspaceFolder}/testsuite_grammar"
+ "${workspaceFolder}/debug.code-workspace"
13
],
14
"preLaunchTask": "npm: compile"
15
},
integration/vscode/ada/debug.code-workspace
@@ -0,0 +1,10 @@
1
+{
2
+ "folders": [
3
+ {
4
+ "path": "test"
5
+ },
6
7
+ "path": "testsuite_grammar"
+ }
+ ]
+}
0 commit comments