Update window service fill

This commit is contained in:
Asher
2019-04-08 18:04:41 -05:00
parent 94b8b9a5cf
commit a2f20aa25c
2 changed files with 22 additions and 19 deletions

View File

@@ -11,6 +11,8 @@ import { IStorageService, WillSaveStateReason } from "vs/platform/storage/common
import * as paths from "./paths";
import { workbench } from "../workbench";
// tslint:disable completed-docs
class StorageDatabase implements workspaceStorage.IStorageDatabase {
public readonly onDidChangeItemsExternal = Event.None;
private readonly items = new Map<string, string>();