Skip to content
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

Does this support code-server? #66

Open
libook opened this issue Aug 21, 2024 · 1 comment
Open

Does this support code-server? #66

libook opened this issue Aug 21, 2024 · 1 comment
Assignees

Comments

@libook
Copy link

libook commented Aug 21, 2024

I am using code-server and wish to sync settings between my code-server and Code OSS.
Currently only extensions.yml was uploaded from code-server. So I'm not sure if it can't collect other settings information from code-server.

My settings.yml

# current machine's name, optional; it can be used to filter settings or in the commit message
hostname: ""
# more details at https://github.com/zokugun/vscode-sync-settings/blob/master/docs/hostname.md

# selected profile, required
profile: main
# repository to sync the settings with, required
repository:
  # repository's type, required (dummy: no sync)
  # type: dummy
  type: file
  # path of the local directory to sync with, required
  path: ~/Documents/Code Profiles/settings
@daiyam
Copy link
Member

daiyam commented Sep 5, 2024

VS Code in browser isn't supported, yet.
The extensions are synced due to the support of Remote mode (VS Code connected to a remote server)

@daiyam daiyam self-assigned this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants