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

@@ -71,7 +71,6 @@ export interface IWorkspaceData {
id: string;
name: string;
folders: { uri: UriComponents, name: string, index: number }[];
configuration: UriComponents;
}
export interface IInitData {