Skip to content

Commit 783d55b

Browse files
committed
feat: Initial commit
1 parent 003425a commit 783d55b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ src/
88
.prettierignore
99
.releaserc.json
1010
tsconfig.json
11+
webpack.config.js

icon.png

3.21 KB
Loading

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,9 @@
3232
"start": "webpack --watch",
3333
"vscode:prepublish": "npm run build"
3434
},
35+
"icon": "icon.png",
3536
"engines": {
36-
"vscode": "^1.42.0"
37+
"vscode": "^1.49.0"
3738
},
3839
"categories": [
3940
"Linters",

0 commit comments

Comments
 (0)