-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
[FEATURE] - Support virtual filesystems #500
Comments
Hi @TylerLeonhardt , Yep, this happens because its Just out of curiosity, is this new built-in Remote Hub extension based/the same one from @eamodio? I just noticed it has basically the same concept (and name) and its repo is now archived. BTW, do you have any suggestion for its |
Yep! @eamodio has it built in to VS Code now 😁 |
I think for an icon, it should be like...Something that represents a virtual filesystem like maybe the |
The Thank you |
Yeah, Remote Repositories (RemoteHub) is based on my previous RemoteHub idea, but also expands on it greatly to encompass a much richer VS Code environment -- with editing and SCM support. And we're just getting started 😁 |
I knew it 😆 |
I'm wondering if I should use BTW, I didn't understand why the extension was "internally" disabled for Virtual Workspaces. Just added the proper Well, proper support should be available in the next release. Stay tuned |
So I didn't do this but someone on the team took the top X extensions and decided if they should be enabled by default. I don't know the reasoning, I might have made the same choice since you couldn't "save a virtual filesystem". But as you've found out, you have the power to override that default so you should be good to go with the next release :) Plus once this ships, I'll make sure that default is removed for bookkeeping purposes. Sorry for that confusion! |
Remote does look prettttty nice! |
No problem about being disabled. It was just me being curious 😬. In the end is good that way because forces me (and other extension developer) to properly evaluate/test the extension, before enabling it. |
In preview (vscode-insiders only), there are now a concept of "Remote repositories" (see release notes which allows you to instantly browse, search, edit, and commit to any GitHub repository directly from within VS Code without having to clone or have the repository locally.
RemoteHub is a new feature in vscode insiders... It allows you to open a virtual filesystem of a GitHub repo.
For example, my https://github.com/TylerLeonhardt/vscode-autountitledlanguage is represented as:
vscode-vfs://github/TylerLeonhardt/vscode-autountitledlanguage
I tried putting this in as the root path but no luck:
my guess is that vscode-project-manager just doesn't handle this scheme properly and think's it's a file path.
The text was updated successfully, but these errors were encountered: