multi root - stable workspace.id

This commit is contained in:
Benjamin Pasero
2017-06-15 15:27:02 +02:00
parent a248e33622
commit 73dad2ebb9
10 changed files with 78 additions and 80 deletions

View File

@@ -58,6 +58,7 @@ export interface IEnvironment {
export interface IWorkspaceData {
id: string;
name: string;
roots: URI[];
}