Merge pull request #2066 from github/aeisenberg/update-settingsjson

Add some better sample env vars in settings.json
This commit is contained in:
Andrew Eisenberg
2023-02-14 06:53:36 -08:00
committed by GitHub

View File

@@ -48,6 +48,14 @@
"env": {
"LANG": "en-US",
"TZ": "UTC",
// Uncomment to set a custom path to a CodeQL checkout.
// "TEST_CODEQL_PATH": "../codeql",
// Uncomment to set a custom path to a CodeQL CLI executable.
// This is the CodeQL version that will be used in the tests.
// "CLI_PATH": "/path/to/customg/codeql",
// Uncomment to debug integration tests
// "VSCODE_WAIT_FOR_DEBUGGER": "true",
}