More than half of the file access processes in this project currently use fs-extra-promise, which is fine until vscode is in an environment that doesn't have a standard file api - like WSL.
This PR is to replace all those commands with vscode.workspace.fs alternatives (some of which don't exist so it's a heavy refactor)
More than half of the file access processes in this project currently use fs-extra-promise, which is fine until vscode is in an environment that doesn't have a standard file api - like WSL. This PR is to replace all those commands with vscode.workspace.fs alternatives (some of which don't exist so it's a heavy refactor)