Revert "add 'configuration' (read uri/path) of workspace config file, #41408"

This reverts commit 3ecef8c1dd.
This commit is contained in:
Joao Moreno
2018-01-23 11:23:02 +01:00
parent 0583f92291
commit 1cacde3496
3 changed files with 1 additions and 4 deletions

View File

@@ -22,7 +22,6 @@ import { Barrier } from 'vs/base/common/async';
import { ILogService } from 'vs/platform/log/common/log';
import { IEnvironmentService } from 'vs/platform/environment/common/environment';
import { ExtHostLogService } from 'vs/workbench/api/node/extHostLogService';
import URI from 'vs/base/common/uri';
class ExtensionMemento implements IExtensionMemento {
@@ -109,7 +108,6 @@ class ExtensionStoragePath {
join(storagePath, 'meta.json'),
JSON.stringify({
id: this._workspace.id,
configuration: URI.revive(this._workspace.configuration).toString(),
name: this._workspace.name
}, undefined, 2)
);