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 cb56bce commit b688dcdCopy full SHA for b688dcd
package.json
@@ -47,9 +47,11 @@
47
}
48
],
49
"activationEvents": [
50
- "onLanguage:yaml",
51
"onLanguage:json",
52
- "onLanguage:terraform"
+ "onLanguage:python",
+ "onLanguage:terraform",
53
+ "onLanguage:typescript",
54
+ "onLanguage:yaml"
55
56
"main": "./out/extension.js",
57
"scripts": {
@@ -97,6 +99,27 @@
97
99
".tf",
98
100
".tfvars"
101
]
102
+ },
103
+ {
104
+ "id": "python",
105
+ "aliases": [
106
+ "Python",
107
+ "python"
108
+ ],
109
+ "extensions": [
110
+ ".py"
111
+ ]
112
113
114
+ "id": "typescript",
115
116
+ "TypeScript",
117
+ "typescript"
118
119
120
+ ".ts",
121
+ ".tsx"
122
123
124
125
0 commit comments