Skip to content

Commit 1c650a0

Browse files
committed
既存のコマンドをコマンドパレットで非表示 (#1)
1 parent c12a5f2 commit 1c650a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,14 @@
103103
}
104104
],
105105
"menus": {
106+
"commandPalette": [
107+
{ "command": "qiita.compose", "when": "false" },
108+
{ "command": "qiita.openItem", "when": "false" },
109+
{ "command": "qiita.deleteItem", "when": "false" },
110+
{ "command": "qiita.editTags", "when": "false" },
111+
{ "command": "qiita.openItemExternal", "when": "false"},
112+
{ "command": "qiita.makePublic", "when": "false"}
113+
],
106114
"editor/title": [
107115
{
108116
"command": "qiita.compose",

0 commit comments

Comments
 (0)