Skip to content

Commit aaef5bd

Browse files
committed
Prevent cli path from being synced across remote instances
This will fix a problem where settings sync will cause the cli not to be found on codespaces.
1 parent 2ecfbfb commit aaef5bd

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
@@ -136,7 +136,7 @@
136136
"title": "CodeQL",
137137
"properties": {
138138
"codeQL.cli.executablePath": {
139-
"scope": "window",
139+
"scope": "machine-overridable",
140140
"type": "string",
141141
"default": "",
142142
"markdownDescription": "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."

0 commit comments

Comments
 (0)