mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Introduce id and user data sync store registry
This commit is contained in:
@@ -147,7 +147,7 @@ export interface MainThreadConfigurationShape extends IDisposable {
|
||||
}
|
||||
|
||||
export interface MainThreadUserDataShape extends IDisposable {
|
||||
$registerUserDataProvider(name: string): void;
|
||||
$registerUserDataProvider(id: string, name: string): void;
|
||||
$deregisterUserDataProvider(): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user