MCPcopy Index your code
hub / github.com/dotnet/vscode-csharp / getLanguageServerOptionData

Function getLanguageServerOptionData

src/shared/reportIssue.ts:129–134  ·  view source on GitHub ↗
(k: keyof LanguageServerOptions)

Source from the content-addressed store, hash-verified

127}
128
129function getLanguageServerOptionData(k: keyof LanguageServerOptions): { name: string; value: string | undefined } {
130 return {
131 name: k,
132 value: languageServerOptions[k]?.toString(),
133 };
134}
135
136async function getMonoIfPlatformValid(monoResolver: IHostExecutableResolver): Promise<string> {
137 let monoVersion = 'Unknown Mono version';

Callers 1

generateOptionsTableFunction · 0.85

Calls 1

toStringMethod · 0.65

Tested by

no test coverage detected