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