-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use VSCode FileSystem Provider #25
Comments
What is Codio currently using instead of this? |
The very ugly FSManager class: https://github.com/wix-incubator/codio/blob/master/vscode/src/filesystem/FSManager.ts |
Awesome, thanks. Is there a level of permission you could give me to the repo just so I can push branches to make PRs directly on it? I don't want to over assert myself, just don't like to maintain a forked repo very much :) But I can definitely continue to do that if that's too much to ask. Edit: Ok if not, no worries, just followed this guide for syncing a fork and it seems like it'll not require much effort from here. |
I will check in with the team and get back to you on this |
https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider
The text was updated successfully, but these errors were encountered: