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

Method update

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

* Update a configuration value. The updated configuration values are persisted. * * A value can be changed in * * - [Global configuration](#ConfigurationTarget.Global): Changes the value for all instances of the editor. * - [Workspace configuration](#ConfigurationTarget.Work

(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean)

Source from the content-addressed store, hash-verified

235 * `ConfigurationTarget.Workspace` otherwise.
236 */
237 update(section: string, value: any, configurationTarget?: ConfigurationTarget | boolean): Thenable<void>;
238
239 /**
240 * Readable dictionary that backs this configuration.

Calls

no outgoing calls

Tested by 4

setLimitFunction · 0.52