We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003425a commit 783d55bCopy full SHA for 783d55b
.vscodeignore
@@ -8,3 +8,4 @@ src/
8
.prettierignore
9
.releaserc.json
10
tsconfig.json
11
+webpack.config.js
icon.png
3.21 KB
package.json
@@ -32,8 +32,9 @@
32
"start": "webpack --watch",
33
"vscode:prepublish": "npm run build"
34
},
35
+ "icon": "icon.png",
36
"engines": {
- "vscode": "^1.42.0"
37
+ "vscode": "^1.49.0"
38
39
"categories": [
40
"Linters",
0 commit comments