mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 09:38:38 +01:00
Use ref instead of version
This commit is contained in:
@@ -755,7 +755,7 @@ export interface ExtHostConfigurationShape {
|
||||
|
||||
export interface ExtHostUserDataShape {
|
||||
$read(key: string): Promise<IUserData | null>;
|
||||
$write(key: string, version: number, content: string): Promise<void>;
|
||||
$write(key: string, content: string, ref: string): Promise<string>;
|
||||
}
|
||||
|
||||
export interface ExtHostDiagnosticsShape {
|
||||
|
||||
Reference in New Issue
Block a user