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