Skip to content

Commit 52a1b85

Browse files
committed
Create a VS Code workspace for local debugging
1 parent aa4f4ef commit 52a1b85

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

integration/vscode/ada/.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"runtimeExecutable": "${execPath}",
99
"args": [
1010
"--extensionDevelopmentPath=${workspaceFolder}",
11-
"${workspaceFolder}/test",
12-
"${workspaceFolder}/testsuite_grammar"
11+
"${workspaceFolder}/debug.code-workspace"
1312
],
1413
"preLaunchTask": "npm: compile"
1514
},
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "test"
5+
},
6+
{
7+
"path": "testsuite_grammar"
8+
}
9+
]
10+
}

0 commit comments

Comments
 (0)