Skip to content

Commit a84a94d

Browse files
committed
add more missing manifest fields
1 parent 57781ad commit a84a94d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,23 @@
1212
]
1313
},
1414
"categories": [
15-
"Other"
15+
"Other",
16+
"Programming Languages"
1617
],
1718
"publisher": "zardoy",
1819
"private": true,
20+
"keywords": [
21+
"ts",
22+
"typescript",
23+
"ts plugin",
24+
"webstorm"
25+
],
26+
"activationEvents": [
27+
"onLanguage:javascript",
28+
"onLanguage:javascriptreact",
29+
"onLanguage:typescript",
30+
"onLanguage:typescriptreact"
31+
],
1932
"scripts": {
2033
"start": "vscode-framework start",
2134
"build": "vscode-framework build && node buildTsPlugin.mjs",

0 commit comments

Comments
 (0)