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 c3d198b commit e86e865Copy full SHA for e86e865
package.json
@@ -325,7 +325,9 @@
325
"markdown",
326
"json",
327
"jsonc",
328
- "css"
+ "css",
329
+ "glimmer-js",
330
+ "glimmer-ts"
331
],
332
"description": "An array of language ids for which the extension should probe if support is installed."
333
},
server/src/eslint.ts
@@ -790,7 +790,9 @@ export namespace ESLint {
790
['mdx', 'mdx'],
791
['vue', 'vue'],
792
['markdown', 'markdown'],
793
- ['css', 'css']
+ ['css', 'css'],
794
+ ['glimmer-js', 'ember'],
795
+ ['glimmer-ts', 'ember']
796
]);
797
798
const defaultLanguageIds: Set<string> = new Set([
0 commit comments