11 references to s_typeScriptLanguageInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (11)
LanguageInfoProvider.cs (11)
37{ ".ts", s_typeScriptLanguageInformation },
38{ ".d.ts", s_typeScriptLanguageInformation },
39{ ".tsx", s_typeScriptLanguageInformation },
40{ ".js", s_typeScriptLanguageInformation },
41{ ".jsx", s_typeScriptLanguageInformation },
42{ ".cjs", s_typeScriptLanguageInformation },
43{ ".mjs", s_typeScriptLanguageInformation },
44{ ".cts", s_typeScriptLanguageInformation },
45{ ".mts", s_typeScriptLanguageInformation },
70"typescript" => s_typeScriptLanguageInformation,
71"javascript" => s_typeScriptLanguageInformation,