Rename roots to folders

This commit is contained in:
Sandeep Somavarapu
2017-09-14 10:26:39 +02:00
parent 8625945db5
commit 2153617a7c
55 changed files with 285 additions and 285 deletions

View File

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