Skip to content

Commit 7188d8d

Browse files
committed
reorder command
1 parent 921d9d2 commit 7188d8d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

extensions/ql-vscode/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969
"onCommand:codeQLVariantAnalysisRepositories.removeItemContextMenu",
7070
"onCommand:codeQL.quickQuery",
7171
"onCommand:codeQL.restartQueryServer",
72-
"onCommand:codeql.runQueryContextEditor",
73-
"onCommand:codeql.runQueryOnMultipleDatabasesContextEditor",
7472
"onWebviewPanel:resultsView",
7573
"onWebviewPanel:codeQL.variantAnalysis",
7674
"onFileSystem:codeql-zip-archive"
@@ -308,14 +306,14 @@
308306
"command": "codeQL.runQuery",
309307
"title": "CodeQL: Run Query on Selected Database"
310308
},
311-
{
312-
"command": "codeQL.runQueryOnMultipleDatabases",
313-
"title": "CodeQL: Run Query on Multiple Databases"
314-
},
315309
{
316310
"command": "codeQL.runQueryContextEditor",
317311
"title": "CodeQL: Run Query on Selected Database"
318312
},
313+
{
314+
"command": "codeQL.runQueryOnMultipleDatabases",
315+
"title": "CodeQL: Run Query on Multiple Databases"
316+
},
319317
{
320318
"command": "codeQL.runQueryOnMultipleDatabasesContextEditor",
321319
"title": "CodeQL: Run Query on Multiple Databases"

0 commit comments

Comments
 (0)