Skip to content

Commit 143b51e

Browse files
committed
Revert specifying workspace in launch config
The behavior without this line is to use whichever workspace was opened last when testing. I find this more convenient, since I have several (non-vscode-codeql-starter-workspace) local workspaces I use for manual testing, and it's nice to have them persist from one run to the next.
1 parent 08a30c4 commit 143b51e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"request": "launch",
99
"runtimeExecutable": "${execPath}",
1010
"args": [
11-
"--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql",
12-
"${workspaceRoot}/../vscode-codeql-starter/vscode-codeql-starter.code-workspace"
11+
"--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql"
1312
],
1413
"stopOnEntry": false,
1514
"sourceMaps": true,

0 commit comments

Comments
 (0)