We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f9ff6 commit 722f5c5Copy full SHA for 722f5c5
.vscode/settings.json
@@ -44,10 +44,18 @@
44
},
45
"jestrunner.debugOptions": {
46
// Uncomment to debug integration tests
47
- // "attachSimplePort": 9223,
+ "attachSimplePort": 9223,
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
60
// "VSCODE_WAIT_FOR_DEBUGGER": "true",
61
}
0 commit comments