|
3 | 3 | "displayName": "VSCode Qiita", |
4 | 4 | "description": "Qiita integration for Visual Studio Code ", |
5 | 5 | "private": true, |
6 | | - "version": "0.0.1", |
| 6 | + "version": "0.1.0", |
7 | 7 | "preview": true, |
8 | 8 | "main": "./out/extension", |
9 | 9 | "license": "MIT", |
|
114 | 114 | ], |
115 | 115 | "menus": { |
116 | 116 | "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 | + } |
125 | 148 | ], |
126 | 149 | "editor/title": [ |
127 | 150 | { |
|
206 | 229 | "bugs": { |
207 | 230 | "url": "https://github.com/neet/vscode-qiita/issues" |
208 | 231 | }, |
209 | | - "categories": ["Other"], |
| 232 | + "categories": [ |
| 233 | + "Other" |
| 234 | + ], |
210 | 235 | "icon": "resources/icon.png", |
211 | 236 | "galleryBanner": { |
212 | 237 | "theme": "dark", |
|
0 commit comments