Skip to content

Commit 2a332f9

Browse files
authored
Merge pull request #2551 from github/nora/fix-merge-conflict-mistake
Fix merge conflict error: Re-add icon
2 parents 7b73ff4 + 3c156b8 commit 2a332f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extensions/ql-vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,8 @@
503503
},
504504
{
505505
"command": "codeQLQueries.runLocalQueryFromQueriesPanel",
506-
"title": "Run local query"
506+
"title": "Run local query",
507+
"icon": "$(run)"
507508
},
508509
{
509510
"command": "codeQL.runLocalQueryFromFileTab",

0 commit comments

Comments
 (0)