Skip to content

Commit 851a42f

Browse files
authored
Merge pull request #2066 from github/aeisenberg/update-settingsjson
Add some better sample env vars in settings.json
2 parents f9ef956 + d386d42 commit 851a42f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@
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)