Merge branch 'splitview' into scm-viewlet

This commit is contained in:
Joao Moreno
2017-09-18 11:32:04 +02:00
239 changed files with 5624 additions and 3555 deletions

View File

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