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

Method getSettings

src/platform/common/types.ts:132–132  ·  view source on GitHub ↗
(resource?: Uri)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 3

createMockSetupFunction · 0.52
configureSettingsFunction · 0.52
loadBannerFunction · 0.52