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 e1d4376 commit c9309dfCopy full SHA for c9309df
1 file changed
packages/ts-plugin/src/language-plugin.ts
@@ -61,7 +61,7 @@ export function createCSSLanguagePlugin(
61
);
62
return {
63
id: 'main',
64
- languageId: LANGUAGE_ID,
+ languageId: 'typescript',
65
snapshot: {
66
getText: (start, end) => text.slice(start, end),
67
getLength: () => text.length,
0 commit comments