File tree 2 files changed +17
-2
lines changed 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ .vscode
2
+ node_modules
3
+ out /
4
+ src /
5
+ tsconfig.json
6
+ webpack.config.js
7
+ webviews /
8
+ .gitignore
9
+ .editorconfig
10
+ .prettierignore
11
+ .prettierrc.js
12
+ yarn.lock
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " coding-plugin" ,
3
3
"description" : " Coding plugin for VS Code." ,
4
- "version" : " 0.1 .0" ,
4
+ "version" : " 0.2 .0" ,
5
5
"publisher" : " coding-net" ,
6
6
"license" : " MIT" ,
7
7
"engines" : {
15
15
" onCommand:codingPlugin.login" ,
16
16
" onView:mrTreeView"
17
17
],
18
+ "icon" : " src/assets/coding.png" ,
18
19
"repository" : {
19
20
"type" : " git" ,
20
21
"url" : " https://github.com/cangzhang/coding-vscode.git"
124
125
"watch" : " npm-run-all -p watch:*" ,
125
126
"watch:extension" : " tsc -watch -p ./src" ,
126
127
"watch:webviews" : " webpack --watch --mode development" ,
127
- "lint" : " eslint . --ext .ts,.tsx"
128
+ "lint" : " eslint . --ext .ts,.tsx" ,
129
+ "package" : " npx vsce package" ,
130
+ "publish" : " npx vsce publish"
128
131
},
129
132
"babel" : {
130
133
"plugins" : [
You can’t perform that action at this time.
0 commit comments