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 5a40dc4 commit 84f2b71Copy full SHA for 84f2b71
package.json
@@ -19,15 +19,16 @@
19
"vscode": "^1.4.0"
20
},
21
"categories": [
22
- "Linters"
+ "Linters",
23
+ "Programming Languages"
24
],
25
"activationEvents": [
26
"onLanguage:css"
27
28
"homepage": "https://github.com/csstree/vscode-plugin",
29
"repository": "https://github.com/csstree/vscode-plugin",
30
"bugs": "https://github.com/csstree/vscode-plugin/issues",
- "main": "./out/src/extension",
31
+ "main": "./out/src/extension.js",
32
"galleryBanner": {
33
"theme": "dark",
34
"color": "#333"
0 commit comments