mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-16 13:21:04 +01:00
00f0f260b9
* esm - remove `graceful-fs`
This module was used to patch `fs`, which is not supported in ESM. Besides, it makes us behave different from standard node.js that has meanwhile evolved from the time where `graceful-fs` was created.
* update comment
* update comment
* use more `fs.promises`
* 💄