diff --git a/.vscode/settings.json b/.vscode/settings.json index 984ccf8ccd5..f79841a43e3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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", }