Skip to content

Commit 27f19cd

Browse files
committed
Re microsoft/vscode#94102. Hide cell related commands from command palette.
1 parent 620dbb0 commit 27f19cd

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@
8282
}
8383
],
8484
"menus": {
85+
"commandPalette": [
86+
{
87+
"command": "github-issues.lockCell",
88+
"when": "false"
89+
},
90+
{
91+
"command": "github-issues.unlockCell",
92+
"when": "false"
93+
},
94+
{
95+
"command": "github-issues.clearCellOutput",
96+
"when": "false"
97+
}
98+
],
8599
"editor/title": [
86100
{
87101
"command": "github-issues.unlockDocument",
@@ -145,4 +159,4 @@
145159
"abort-controller": "^3.0.0",
146160
"@octokit/rest": "^17.1.0"
147161
}
148-
}
162+
}

0 commit comments

Comments
 (0)