We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fda320 + 143b51e commit 6080a0dCopy full SHA for 6080a0d
.vscode/launch.json
@@ -8,8 +8,7 @@
8
"request": "launch",
9
"runtimeExecutable": "${execPath}",
10
"args": [
11
- "--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql",
12
- "${workspaceRoot}/../vscode-codeql-starter/vscode-codeql-starter.code-workspace"
+ "--extensionDevelopmentPath=${workspaceRoot}/dist/vscode-codeql"
13
],
14
"stopOnEntry": false,
15
"sourceMaps": true,
0 commit comments