File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 33 "version" : " 0.0.0" ,
44 "description" : " electron installer in vscode extension" ,
55 "main" : " ./dist/vscode-electron.js" ,
6+ "displayName" : " Electron VsCode" ,
67 "scripts" : {
78 "test" : " echo \" Error: no test specified\" && exit 1" ,
89 "vscode:prepublish" : " rimraf ./dist && webpack --config ./bin/webpack-prod.config.js" ,
910 "prebuild" : " rimraf ./dist" ,
1011 "prestart" : " rimraf ./dist" ,
1112 "build" : " webpack --config ./bin/webpack.config.js"
1213 },
14+ "keywords" : [" electron" , " vscode" ],
1315 "engines" : {
1416 "vscode" : " ^1.52.0"
1517 },
2426 " onCommand:qmasters:electron.install" ,
2527 " onCommand:qmasters:electron.run"
2628 ],
27- "publisher" : " qmasters " ,
29+ "publisher" : " q-masters " ,
2830 "contributes" : {
2931 "commands" : [
3032 {
You can’t perform that action at this time.
0 commit comments