-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
When I download repository, my snippets and settings.json don't updated. #46
Comments
It's due, I think, that the remote mode is enabled.
from https://github.com/zokugun/vscode-sync-settings#remote I haven't tested |
I have confirmed that "remote mode" is the problem when running this in linuxserver/code-server. I manually updated the @daiyam I don't know much about vscode extensions, so what is the reason for the remote mode being restricted to only sync extensions? |
The other resources are related to the local UI so there is no need the sync them on the remote (they won't be used by the server). |
Do you have a diff? I also ran into that problem when I wanted to sync my local settings to my lsio/code-server instance |
Oh! Maybe you can force it to run in the UI, maybe???
The remote mode is flagged with I will need to test the web mode of vscode and code-server to understand what's going on. |
Thanks for looking into it (it goes without saying that you dont have to!) I forced it into the UI and got "This extension is disabled because it is defined to run only in code-server for the Desktop. Learn more" I'm not that versed with the code-server myself, just installed it yesterday and wanted to find a way to have my local config in sync with it. @triple-j seems to be using the same docker image as me, https://docs.linuxserver.io/images/docker-code-server/. |
@jakob42 Sorry to ping, but did you ever figure out a way to sync the settings.json file? I'm using the official code-server docker image. It syncs the extensions file fine, but not the settings.json. And I even tried manually adding the file to the The Sync Settings plugin is dead, so this is my last hope since normal syncing via the cloud in code-server doesn't work. |
Sorry, missed your comment @Aetherinox |
I have a problem. After I upload the settings and snippets to github on computer A, I use sync settings to download from computer B, and I find that it is only downloaded to /config/data/User/globalStorage/zokugun.sync-settings/repository path, and my actual snippets are located under /config/data/User/snippets, these settings are not updated. Is there a problem with my use? /config is the home directory of the user who runs code-server on computer B。
The text was updated successfully, but these errors were encountered: