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 d262884 commit 1a196eeCopy full SHA for 1a196ee
src/Features/LanguageServer/Protocol/LanguageInfoProvider.cs
@@ -37,6 +37,7 @@ internal class LanguageInfoProvider : ILanguageInfoProvider
37
{ ".cjs", s_typeScriptLanguageInformation },
38
{ ".mjs", s_typeScriptLanguageInformation },
39
{ ".cts", s_typeScriptLanguageInformation },
40
+ { ".mts", s_typeScriptLanguageInformation },
41
};
42
43
public LanguageInformation GetLanguageInformation(string documentPath, string? lspLanguageId)
0 commit comments