You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: