Skip to content

Commit 90e6a83

Browse files
authored
Hide some recently added commands from command palette (#7694)
They shouldn't be shown in the command palette as they are intended to be used exclusively from other menus.
1 parent 41d9e35 commit 90e6a83

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,14 @@
20572057
"command": "pr.checkoutFromDescription",
20582058
"when": "false"
20592059
},
2060+
{
2061+
"command": "pr.applyChangesFromDescription",
2062+
"when": "false"
2063+
},
2064+
{
2065+
"command": "pr.checkoutChatSessionPullRequest",
2066+
"when": "false"
2067+
},
20602068
{
20612069
"command": "pr.checkoutOnVscodeDevFromDescription",
20622070
"when": "false"

0 commit comments

Comments
 (0)