Add some better sample env vars in settings.json

This commit is contained in:
Andrew Eisenberg
2023-02-10 15:55:16 -08:00
parent 57f9ff68f8
commit 722f5c5035

10
.vscode/settings.json vendored
View File

@@ -44,10 +44,18 @@
}, },
"jestrunner.debugOptions": { "jestrunner.debugOptions": {
// Uncomment to debug integration tests // Uncomment to debug integration tests
// "attachSimplePort": 9223, "attachSimplePort": 9223,
"env": { "env": {
"LANG": "en-US", "LANG": "en-US",
"TZ": "UTC", "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 // Uncomment to debug integration tests
// "VSCODE_WAIT_FOR_DEBUGGER": "true", // "VSCODE_WAIT_FOR_DEBUGGER": "true",
} }