Skip to content

Commit 1a196ee

Browse files
committed
Add another TS language path
1 parent d262884 commit 1a196ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Features/LanguageServer/Protocol/LanguageInfoProvider.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ internal class LanguageInfoProvider : ILanguageInfoProvider
3737
{ ".cjs", s_typeScriptLanguageInformation },
3838
{ ".mjs", s_typeScriptLanguageInformation },
3939
{ ".cts", s_typeScriptLanguageInformation },
40+
{ ".mts", s_typeScriptLanguageInformation },
4041
};
4142

4243
public LanguageInformation GetLanguageInformation(string documentPath, string? lspLanguageId)

0 commit comments

Comments
 (0)