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