You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/ql-vscode/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@
82
82
"title": "CodeQL",
83
83
"properties": {
84
84
"codeQL.cli.executablePath": {
85
-
"scope": "window",
85
+
"scope": "machine",
86
86
"type": "string",
87
87
"default": "",
88
88
"description": "Path to the CodeQL executable that should be used by the CodeQL extension. The executable is named `codeql` on Linux/Mac and `codeql.cmd` on Windows. This overrides all other CodeQL CLI settings."
0 commit comments