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 57781ad commit a84a94dCopy full SHA for a84a94d
package.json
@@ -12,10 +12,23 @@
12
]
13
},
14
"categories": [
15
- "Other"
+ "Other",
16
+ "Programming Languages"
17
],
18
"publisher": "zardoy",
19
"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
32
"scripts": {
33
"start": "vscode-framework start",
34
"build": "vscode-framework build && node buildTsPlugin.mjs",
0 commit comments