Clarify how to run CLI tests locally

Also, remove an errant `only`, which was preventing some tests from
running.
This commit is contained in:
Andrew Eisenberg
2021-01-20 09:14:01 -08:00
parent 9c72e81264
commit 044bc30d96
3 changed files with 10 additions and 3 deletions

3
.vscode/launch.json vendored
View File

@@ -89,6 +89,9 @@
"--extensionDevelopmentPath=${workspaceRoot}/extensions/ql-vscode",
"--extensionTestsPath=${workspaceRoot}/extensions/ql-vscode/out/vscode-tests/cli-integration/index",
"${workspaceRoot}/extensions/ql-vscode/src/vscode-tests/cli-integration/data",
// Add a path to a checked out instance of the codeql repository so the libraries are
// available in the workspace for the tests.
// "${workspaceRoot}/../codeql"
],
"stopOnEntry": false,
"sourceMaps": true,