MCPcopy
hub / github.com/dotnet/vscode-csharp / inspect

Method inspect

src/razor/src/vscodeAdapter.ts:199–199  ·  view source on GitHub ↗

* Retrieve all information about a configuration setting. A configuration value * often consists of a *default* value, a global or installation-wide value, * a workspace-specific value and a folder-specific value. * * The *effective* value (returned by [`get`](#WorkspaceConfigura

(
        section: string
    )

Source from the content-addressed store, hash-verified

197 * @return Information about a configuration setting or `undefined`.
198 */
199 inspect<T>(
200 section: string
201 ): { key: string; defaultValue?: T; globalValue?: T; workspaceValue?: T; workspaceFolderValue?: T } | undefined;
202

Callers 4

MigrateOptionsFunction · 0.65
migrateDotnetPathOptionFunction · 0.65
MoveOptionsValueFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected