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

This reverts commit 1cacde3496.
This commit is contained in:
Johannes Rieken
2018-01-24 09:54:15 +01:00
parent 4fde7a3773
commit acf50ea95a
3 changed files with 4 additions and 1 deletions

View File

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