UNPKG

@codingame/monaco-vscode-extensions-service-override

Version:

VSCode public API plugged on the monaco editor - extensions service-override

8 lines (7 loc) 494 B
import { IInstantiationService } from "@codingame/monaco-vscode-api/vscode/vs/platform/instantiation/common/instantiation"; /** * An extension storage has following * - State: Stored using storage service with extension id as key and state as value. * - Resources: Stored under a location scoped to the extension. */ export declare function migrateExtensionStorage(fromExtensionId: string, toExtensionId: string, global: boolean, instantionService: IInstantiationService): Promise<void>;