Skip to content

Commit 57d87d4

Browse files
authored
Hide list process commands from palette (#3263)
1 parent 1c8d891 commit 57d87d4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,6 +3438,16 @@
34383438
}
34393439
],
34403440
"menus": {
3441+
"commandPalette": [
3442+
{
3443+
"command": "csharp.listProcess",
3444+
"when": "never"
3445+
},
3446+
{
3447+
"command": "csharp.listRemoteProcess",
3448+
"when": "never"
3449+
}
3450+
],
34413451
"editor/title": [
34423452
{
34433453
"command": "extension.showRazorCSharpWindow",

0 commit comments

Comments
 (0)