You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -138,8 +138,11 @@
138
138
"sass",
139
139
"less",
140
140
"postcss",
141
+
"pcss",
141
142
"stylus",
143
+
"styl",
142
144
"sugarss",
145
+
"sss",
143
146
"tailwindcss",
144
147
"vue",
145
148
"svelte",
@@ -150,16 +153,22 @@
150
153
"GoHTML",
151
154
"gohtmltmpl",
152
155
"handlebars",
156
+
"hbs",
153
157
"html",
154
158
"jade",
159
+
"pug",
155
160
"ts",
156
161
"tsx",
157
162
"jsx",
158
163
"js",
164
+
"typescript",
165
+
"typescriptreact",
166
+
"javascriptreact",
167
+
"javascript",
159
168
"coffeescript"
160
169
]
161
170
},
162
-
"markdownDescription": "File extensions for which IntelliSense will be enabled",
171
+
"markdownDescription": "File extensions or VSCode language ids for which IntelliSense will be enabled. Details on [VSCode Language Ids can be found here](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers)",
0 commit comments