ATL-935: Better support for opening large projects

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
Akos Kitta
2021-02-12 09:27:36 +01:00
committed by Akos Kitta
parent 1280a344a7
commit 1dc7a89dd9
4 changed files with 6 additions and 4 deletions

View File

@@ -71,6 +71,7 @@ export interface Sketch {
readonly mainFileUri: string; // `MainFile`
readonly otherSketchFileUris: string[]; // `OtherSketchFiles`
readonly additionalFileUris: string[]; // `AdditionalFiles`
readonly rootFolderFileUris: string[]; // `RootFolderFiles` (does not include the main sketch file)
}
export namespace Sketch {
export function is(arg: any): arg is Sketch {