File tree Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Expand file tree Collapse file tree 2 files changed +22
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-qiita" ,
3- "description" : " Publish your article to Qiita" ,
4- "version" : " 0.0.1" ,
3+ "displayName" : " VSCode Qiita" ,
4+ "description" : " Qiita integration for Visual Studio Code " ,
5+ "private" : true ,
6+ "version" : " 0.0.1-rc.1" ,
7+ "preview" : true ,
58 "main" : " ./out/extension" ,
9+ "license" : " MIT" ,
610 "scripts" : {
711 "vscode:prepublish" : " yarn run compile" ,
812 "compile" : " tsc -p ./" ,
3337 "vscode-nls" : " ^4.0.0" ,
3438 "vscode-nls-dev" : " ^3.2.2"
3539 },
36- "displayName" : " Qiita" ,
37- "publisher" : " Neetshin" ,
38- "categories" : [
39- " Other"
40- ],
41- "activationEvents" : [
42- " *"
43- ],
40+ "activationEvents" : [" *" ],
4441 "contributes" : {
4542 "commands" : [
4643 {
170167 }
171168 ]
172169 }
170+ },
171+ "publisher" : " Neetshin" ,
172+ "homepage" : " https://github.com/neet/vscode-qiita/blob/master/README.md" ,
173+ "repository" : {
174+ "type" : " git" ,
175+ "url" : " https://github.com/neet/vscode-qiita"
176+ },
177+ "bugs" : {
178+ "url" : " https://github.com/neet/vscode-qiita/issues" ,
179+ },
180+ "categories" : [" Other" ],
181+ "icon" : " resources/icon.png" ,
182+ "galleryBanner" : {
183+ "theme" : " light" ,
184+ "color" : " #55c500"
173185 }
174186}
You canβt perform that action at this time.
0 commit comments