- awaiting async fs operation to avoid race conditions

- more flexible handling of workspace folders
This commit is contained in:
Jan Dolejsi
2019-08-03 23:42:21 +02:00
parent e5418aced1
commit 4bf4061a8f
6 changed files with 211 additions and 71 deletions

View File

@ -7,3 +7,5 @@ export function firstIndex<T>(array: T[], fn: (t: T) => boolean): number {
return -1;
}
export const UTF8 = 'utf8';