-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Support for Visual Studio Online #1209
Comments
@shanalikhan I Love this extension, are there any updates on this? Since GitHub Codespaces going to be publicly available soon, I think if this issue gonna be fixed people will have the perfect way to configure their codespace as they have on their local machine without a hassle. |
I somewhat doubt this feature will be added any time soon given the lack of commits and the fact that Visual Studio Code now has its own settings synchronisation system. |
While VSCode does have its own sync system, its not a perfect soulution. Me for example, I use VSCodium, which likely won't add the sync feature of normal VSCode because of the amount of tracking that would likely be done. This extension also allows others to see my config easier than using the new syncing. Therefore i would really love if the extension supported GitHub Codespaces (previously VSCode Online). /cc @shanalikhan |
I'm open for PR. Feel free to contribute. |
Seems the setting that controls it is I'll do some testing and see if it works with different settings. |
@ent3r the problem is that you can have different settings in workspaces and therefore user settings will conflict with workspace settings. |
So from what I just read it would have to be configured separately if it's a workspace setting, is that correct? I think it'd be worth it, considering (and correct me if im wrong) Github Codespaces uses the same workspace but different folders. So the change that would be needed would be to just add |
So there is no way to fix it then? Is there no way to get it to work on remotes or github codespaces? |
Hm, doc says:
So it might work, but needs to be tested with Remote Development.
|
So i tried that, which did work! ...except it stopped installing once it reached "better comments", for the same reason as this extension. So if |
Currently, when you try to install Settings Sync you get this error message:
It would be awesome if this feature became available for VSO (Visual Studio Online) as you frequently have to switch between workspaces, which means a lot of extension installations.
The text was updated successfully, but these errors were encountered: