Skip to content

Commit 722f5c5

Browse files
committed
Add some better sample env vars in settings.json
1 parent 57f9ff6 commit 722f5c5

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,18 @@
4444
},
4545
"jestrunner.debugOptions": {
4646
// Uncomment to debug integration tests
47-
// "attachSimplePort": 9223,
47+
"attachSimplePort": 9223,
4848
"env": {
4949
"LANG": "en-US",
5050
"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+
5159
// Uncomment to debug integration tests
5260
// "VSCODE_WAIT_FOR_DEBUGGER": "true",
5361
}

0 commit comments

Comments
 (0)