Skip to content

Commit f2d0772

Browse files
committed
Simplify description of executablePath setting
"This overrides all other CodeQL CLI settings" is a potential source of confusion, since it suggests the RAM and threads settings may not be passed to custom CLIs, when this is in fact the case.
1 parent 707cba4 commit f2d0772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"scope": "machine",
115115
"type": "string",
116116
"default": "",
117-
"description": "Path to the CodeQL executable that should be used by the CodeQL extension. The executable is named `codeql` on Linux/Mac and `codeql.exe` on Windows. This overrides all other CodeQL CLI settings."
117+
"description": "Path to the CodeQL executable that should be used by the CodeQL extension. The executable is named `codeql` on Linux/Mac and `codeql.exe` on Windows. If empty, the extension will look for a CodeQL executable on your shell PATH, or if CodeQL is not on your PATH, download and manage its own CodeQL executable."
118118
},
119119
"codeQL.runningQueries.numberOfThreads": {
120120
"type": "integer",

0 commit comments

Comments
 (0)