Skip to content

Commit b688dcd

Browse files
committed
chore(package.json): Update activation events and language support
1 parent cb56bce commit b688dcd

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

package.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@
4747
}
4848
],
4949
"activationEvents": [
50-
"onLanguage:yaml",
5150
"onLanguage:json",
52-
"onLanguage:terraform"
51+
"onLanguage:python",
52+
"onLanguage:terraform",
53+
"onLanguage:typescript",
54+
"onLanguage:yaml"
5355
],
5456
"main": "./out/extension.js",
5557
"scripts": {
@@ -97,6 +99,27 @@
9799
".tf",
98100
".tfvars"
99101
]
102+
},
103+
{
104+
"id": "python",
105+
"aliases": [
106+
"Python",
107+
"python"
108+
],
109+
"extensions": [
110+
".py"
111+
]
112+
},
113+
{
114+
"id": "typescript",
115+
"aliases": [
116+
"TypeScript",
117+
"typescript"
118+
],
119+
"extensions": [
120+
".ts",
121+
".tsx"
122+
]
100123
}
101124
]
102125
}

0 commit comments

Comments
 (0)