mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
- awaiting async fs operation to avoid race conditions
- more flexible handling of workspace folders
This commit is contained in:
@ -7,3 +7,5 @@ export function firstIndex<T>(array: T[], fn: (t: T) => boolean): number {
|
||||
|
||||
return -1;
|
||||
}
|
||||
|
||||
export const UTF8 = 'utf8';
|
||||
Reference in New Issue
Block a user