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.
2 parents d262884 + 1a196ee commit ea40973Copy full SHA for ea40973
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