Skip to content

Commit 514dd7a

Browse files
authored
New db item/list selection UX for variant analysis repo panel (#2053)
1 parent 0138df5 commit 514dd7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/ql-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
},
380380
{
381381
"command": "codeQLVariantAnalysisRepositories.setSelectedItem",
382-
"title": ""
382+
"title": "Select"
383383
},
384384
{
385385
"command": "codeQLVariantAnalysisRepositories.setSelectedItemContextMenu",
@@ -822,7 +822,7 @@
822822
},
823823
{
824824
"command": "codeQLVariantAnalysisRepositories.setSelectedItem",
825-
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canBeSelected/ && false",
825+
"when": "view == codeQLVariantAnalysisRepositories && viewItem =~ /canBeSelected/",
826826
"group": "inline"
827827
},
828828
{

0 commit comments

Comments
 (0)