This commit is contained in:
Benjamin Pasero
2017-06-15 16:48:16 +02:00
parent 8f9e27396c
commit 43cedf1f6d
2 changed files with 10 additions and 11 deletions

View File

@@ -128,7 +128,6 @@ class ExtensionStoragePath {
if (!this._workspace) {
return TPromise.as(undefined);
}
// TODO@joh what to do with multiple roots?
const storageName = this._workspace.id;
const storagePath = join(this._environment.appSettingsHome, 'workspaceStorage', storageName);