We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0138df5 commit 514dd7aCopy full SHA for 514dd7a
1 file changed
extensions/ql-vscode/package.json
@@ -379,7 +379,7 @@
379
},
380
{
381
"command": "codeQLVariantAnalysisRepositories.setSelectedItem",
382
- "title": "✓"
+ "title": "Select"
383
384
385
"command": "codeQLVariantAnalysisRepositories.setSelectedItemContextMenu",
@@ -822,7 +822,7 @@
822
823
824
825
- "when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canBeSelected/ && false",
+ "when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canBeSelected/",
826
"group": "inline"
827
828
0 commit comments