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

Convert `fs` calls to async

Open logonoff opened this issue 1 year 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

/label enhancement

logonoff avatar Jul 29 '24 13:07 logonoff

@logonoff: The label(s) /label enhancement cannot be applied. These labels are supported: acknowledge-critical-fixes-only, platform/aws, platform/azure, platform/baremetal, platform/google, platform/libvirt, platform/openstack, ga, tide/merge-method-merge, tide/merge-method-rebase, tide/merge-method-squash, px-approved, docs-approved, qe-approved, no-qe, downstream-change-needed, rebase/manual, cluster-config-api-changed, approved, backport-risk-assessed, bugzilla/valid-bug, cherry-pick-approved, jira/valid-bug, staff-eng-approved. Is this label configured under labels -> additional_labels or labels -> restricted_labels in plugin.yaml?

In response to this:

/label enhancement

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

openshift-ci[bot] avatar Jul 29 '24 13:07 openshift-ci[bot]