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

This commit is contained in:
Johannes Rieken
2018-01-23 10:17:51 +01:00
parent 3359b50c4d
commit 3ecef8c1dd
3 changed files with 4 additions and 1 deletions

View File

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