mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 11:38:51 +01:00
ext host - extend *Shape classes
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
|
||||
import {TPromise} from 'vs/base/common/winjs.base';
|
||||
import {IStorageService, StorageScope} from 'vs/platform/storage/common/storage';
|
||||
import {MainThreadStorageShape} from './extHost.protocol';
|
||||
|
||||
export class MainThreadStorage {
|
||||
export class MainThreadStorage extends MainThreadStorageShape {
|
||||
|
||||
private _storageService: IStorageService;
|
||||
|
||||
constructor( @IStorageService storageService: IStorageService) {
|
||||
super();
|
||||
this._storageService = storageService;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user