We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9ef956 + d386d42 commit 851a42fCopy full SHA for 851a42f
.vscode/settings.json
@@ -48,6 +48,14 @@
48
"env": {
49
"LANG": "en-US",
50
"TZ": "UTC",
51
+
52
+ // Uncomment to set a custom path to a CodeQL checkout.
53
+ // "TEST_CODEQL_PATH": "../codeql",
54
55
+ // Uncomment to set a custom path to a CodeQL CLI executable.
56
+ // This is the CodeQL version that will be used in the tests.
57
+ // "CLI_PATH": "/path/to/customg/codeql",
58
59
// Uncomment to debug integration tests
60
// "VSCODE_WAIT_FOR_DEBUGGER": "true",
61
}
0 commit comments