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

Function setAutoSaveDelayInWorkspaceRoot

src/test/common.node.ts:39–41  ·  view source on GitHub ↗
(delayinMS: number)

Source from the content-addressed store, hash-verified

37}
38
39export async function setAutoSaveDelayInWorkspaceRoot(delayinMS: number) {
40 return retryAsync(setAutoSaveDelay)(undefined, vscode.ConfigurationTarget.Workspace, delayinMS);
41}
42
43export async function getExtensionSettings(resource: Uri | undefined) {
44 const systemVariables = await import('../platform/common/variables/systemVariables.node');

Callers 1

Calls 1

retryAsyncFunction · 0.85

Tested by

no test coverage detected