mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
💄
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user