Skip to content

Commit 590da60

Browse files
committed
0.1.0
1 parent c1454f2 commit 590da60

File tree

1 file changed

+35
-10
lines changed

1 file changed

+35
-10
lines changed

package.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "VSCode Qiita",
44
"description": "Qiita integration for Visual Studio Code ",
55
"private": true,
6-
"version": "0.0.1",
6+
"version": "0.1.0",
77
"preview": true,
88
"main": "./out/extension",
99
"license": "MIT",
@@ -114,14 +114,37 @@
114114
],
115115
"menus": {
116116
"commandPalette": [
117-
{ "command": "qiita.compose" },
118-
{ "command": "qiita.openItem", "when": "false" },
119-
{ "command": "qiita.deleteItem", "when": "false" },
120-
{ "command": "qiita.editTags", "when": "false" },
121-
{ "command": "qiita.openItemExternal", "when": "false"},
122-
{ "command": "qiita.makePublic", "when": "false"},
123-
{ "command": "qiita.editTitle", "when": "false" },
124-
{ "command": "qiita.expandItems", "when": "false" }
117+
{
118+
"command": "qiita.compose"
119+
},
120+
{
121+
"command": "qiita.openItem",
122+
"when": "false"
123+
},
124+
{
125+
"command": "qiita.deleteItem",
126+
"when": "false"
127+
},
128+
{
129+
"command": "qiita.editTags",
130+
"when": "false"
131+
},
132+
{
133+
"command": "qiita.openItemExternal",
134+
"when": "false"
135+
},
136+
{
137+
"command": "qiita.makePublic",
138+
"when": "false"
139+
},
140+
{
141+
"command": "qiita.editTitle",
142+
"when": "false"
143+
},
144+
{
145+
"command": "qiita.expandItems",
146+
"when": "false"
147+
}
125148
],
126149
"editor/title": [
127150
{
@@ -206,7 +229,9 @@
206229
"bugs": {
207230
"url": "https://github.com/neet/vscode-qiita/issues"
208231
},
209-
"categories": ["Other"],
232+
"categories": [
233+
"Other"
234+
],
210235
"icon": "resources/icon.png",
211236
"galleryBanner": {
212237
"theme": "dark",

0 commit comments

Comments
 (0)