Skip to content

Commit ea40973

Browse files
authored
Merge pull request #73971 from dibarbet/ts_mts
Add another TS extension path
2 parents d262884 + 1a196ee commit ea40973

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)