vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

Convert `fs` calls to async

Open logonoff opened this issue 6 months ago • 2 comments

As file system operations may be slow, it would be nice to convert any fs.*Sync calls to their promise/async counterparts when appropriate, to avoid holding up any main thread, and to enable multiple file operations running at once

logonoff avatar Jul 29 '24 13:07 logonoff