Skip to content

Commit 4e5d161

Browse files
committed
Declutter commandPalette
1 parent d769d0c commit 4e5d161

1 file changed

Lines changed: 103 additions & 8 deletions

File tree

package.json

Lines changed: 103 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
"bsv.bzl.server.github-release": {
192192
"type": "string",
193-
"default": "0.9.1",
193+
"default": "0.9.2",
194194
"description": "The github release tag of the bzl release to download"
195195
},
196196
"bsv.bzl.server.github-owner": {
@@ -318,11 +318,6 @@
318318
"command": "bsv.bazelrc.rerunCommand",
319319
"title": "Repeat Last Run Bazel Command"
320320
},
321-
{
322-
"category": "Bzl",
323-
"command": "bsv.bzl.recent.run",
324-
"title": "Run most recent command"
325-
},
326321
{
327322
"category": "Bzl",
328323
"command": "bsv.bzl.account.refresh",
@@ -605,10 +600,78 @@
605600
],
606601
"menus": {
607602
"commandPalette": [
603+
{
604+
"command": "bsv.openExtensionSetting",
605+
"when": "false"
606+
},
607+
{
608+
"command": "bsv.bazelrc.runCommand",
609+
"when": "false"
610+
},
611+
{
612+
"command": "bsv.bzl.history.explore",
613+
"when": "false"
614+
},
615+
{
616+
"command": "bsv.bzl.history.delete",
617+
"when": "false"
618+
},
619+
{
620+
"command": "bsv.bzl.repository.openTerminal",
621+
"when": "false"
622+
},
623+
{
624+
"command": "bsv.bzl.workspace.openTerminal",
625+
"when": "false"
626+
},
627+
{
628+
"command": "bsv.bzl.package.allBuild",
629+
"when": "false"
630+
},
631+
{
632+
"command": "bsv.bzl.package.allTest",
633+
"when": "false"
634+
},
635+
{
636+
"command": "bsv.bzl.package.run",
637+
"when": "false"
638+
},
639+
{
640+
"command": "bsv.bzl.package.copyLabel",
641+
"when": "false"
642+
},
643+
{
644+
"command": "bsv.bzl.package.goToTarget",
645+
"when": "false"
646+
},
647+
{
648+
"command": "bsv.bzl.workspace.select",
649+
"when": "false"
650+
},
651+
{
652+
"command": "bsv.bzl.package.select",
653+
"when": "false"
654+
},
655+
{
656+
"command": "bzv.bzl.codesearch.index",
657+
"when": "false"
658+
},
659+
{
660+
"command": "bzv.bzl.codesearch.search",
661+
"when": "false"
662+
},
608663
{
609664
"command": "bsv.bzl.repository.explore",
610665
"when": "false"
611666
},
667+
{
668+
"command": "bsv.bzl.bep.file.download",
669+
"when": "false"
670+
},
671+
{
672+
"command": "bsv.bzl.bep.file.save",
673+
"when": "false"
674+
},
612675
{
613676
"command": "bsv.bzl.workspace.explore",
614677
"when": "false"
@@ -622,9 +685,41 @@
622685
"when": "false"
623686
},
624687
{
625-
"command": "bsv.bzl.server.explore",
688+
"command": "bsv.bzl.server.restart",
626689
"when": "false"
627-
}
690+
},
691+
{
692+
"command": "bsv.bzl.server.shutdown",
693+
"when": "false"
694+
},
695+
{
696+
"command": "bsv.bzl.server.select",
697+
"when": "false"
698+
},
699+
{
700+
"command": "bsv.bzl.server.copyFlag",
701+
"when": "false"
702+
},
703+
{
704+
"command": "bsv.bzl.server.bes_results.explore",
705+
"when": "false"
706+
},
707+
{
708+
"command": "bsv.bzl.bep.action.stdout",
709+
"when": "false"
710+
},
711+
{
712+
"command": "bsv.bzl.bep.action.stderr",
713+
"when": "false"
714+
},
715+
{
716+
"command": "bsv.bzl.bep.started.explore",
717+
"when": "false"
718+
},
719+
{
720+
"command": "bsv.bzl.bep.event.output",
721+
"when": "false"
722+
}
628723
],
629724
"view/title": [
630725
{

0 commit comments

Comments
 (0)