We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12a5f2 commit 1c650a0Copy full SHA for 1c650a0
package.json
@@ -103,6 +103,14 @@
103
}
104
],
105
"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
+ ],
114
"editor/title": [
115
{
116
"command": "qiita.compose",
0 commit comments