-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
VSCode sync with local installation #3733
Comments
VS Code currently sets the user sync server provider in the product.json. |
There is a hidden config, but i am not sure that GitHub tokens acuired by MS github authentication extension will work for authentication with us. It cannot work we actually allow access only with Gitpod token and For the recode though, you will need to add following in your user settings and restart VS Code:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
We will implement Gitpod auth as a part of the Gitpod extension for VS Code Desktop, and distribute this extension as built-in for VSCode Web Server in order to resolve gitpod-io/openvscode-server#29 as well. |
/schedule |
@akosyakov: Issue scheduled in the IDE team (WIP: 0) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I assigned myself for now, but @filiptronicek is working on it. |
@mikenikles This one is tricky in the sense of CHANGELOG, the PR is done against another repo. So there is no automation. I added another task to the description that we don't forget to highlight it. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Unfortunately we have to focus on JetBrains remote dev support in Q4 and don't have enough capacity to bring it in proper state. That's said many issue were already figure out, so we should be able to finish in next year. I will remove it from the groundwork for now. |
As I keep my VSC |
@yajo I'm a little late to the party, but would something like Settings Sync work for you in the interim? I used it before Microsoft acquired VSCode and it worked well. It syncs your settings, keybindings, extensions, and snippets to a Github Gist, which then just gets copied over to the appropriate place in your other instances. |
Thanks @rrapstine. I currently use that extension locally because I recently switched to VSCodium. However, it seems forbidden in gitpod: |
@yajo it seems that the extension authors disabled the extension from running in remote contexts - from the docs:
It looks like there is an issue for this but hasn't been touched since 2020: shanalikhan/code-settings-sync#1209. |
Removed epic label from this issue in favour of: #9136 (added to roadmap) |
Seems we forgot to close this one! This shipped a couple of weeks ago, see the changelog update and the docs! 🚀 🙏 https://www.gitpod.io/changelog/vs-code-desktop-settings-sync If you have any feedback, let us know 🚀 |
I keep my VSC settings files manually in my dotfiles repo. Is there a way to use my VSC settings files in Gitpod instead of the automatic settings sync? |
Not possible as settings in vscode browser are stored in the browser localstorage so only way to sync them is using settings sync |
Wouldn't it be possible for Gitpod to support some kind of "import settings from JSON" workflow? (e.g. via the Can I use both VSC sync (via Microsoft) and VSC sync (via Gitpod) at the same time? |
Maybe a command in the gitpod extension that reads a file and uses the vscode API to update settings could work, but what about merge conflicts, etc. I suggest you to create a separate issue as a feature request.
Nope, why would you want to use both? Are you using codespaces or vscode.dev too? (we plan to investigate if our settings sync also works there) |
Yes, I'm using
Done: #10702 |
I'd love a way to sync settings from gitpod’s VSCode to my local VSCode installed in my laptop. That would provide an even more familiar workspace for me, with all the snippets, keybindings and extensions I’m used to.
Tasks
The text was updated successfully, but these errors were encountered: