MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / updateSetting

Method updateSetting

src/platform/common/types.ts:133–133  ·  view source on GitHub ↗
(setting: string, value?: {}, resource?: Uri, configTarget?: ConfigurationTarget)

Source from the content-addressed store, hash-verified

131export interface IConfigurationService {
132 getSettings(resource?: Uri): IWatchableJupyterSettings;
133 updateSetting(setting: string, value?: {}, resource?: Uri, configTarget?: ConfigurationTarget): Promise<void>;
134 updateSectionSetting(
135 section: string,
136 setting: string,

Callers 15

disableAskForRestartMethod · 0.80
updateScriptSourcesMethod · 0.80
disableSnapshotsMethod · 0.80
enableSnapshotsMethod · 0.80
makeRequestMethod · 0.80
makeRequestMethod · 0.80
handleSelfCertsErrorFunction · 0.80
handleExpiredCertsErrorFunction · 0.80
handleKernelErrorFunction · 0.80

Calls

no outgoing calls

Tested by 2

loadBannerFunction · 0.64