-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace fse with AzExtFsUtils where possible #3268
Conversation
Can't we make our own leveraging |
Yeah, I think we can but I wanted to do that separately just since it's a bit more of a complex change than just changing out some fs calls with VS Code's implementationm |
I couldn't get rid of
fse
entirely unfortunately...createWriteStream
command inrequestUtils
that there's no equivalent inworkspace.fs
fse-extra
to a devDependency or replace withfs
calls