-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Extension does not sync anything. #77
Comments
I've just retested. it's working on my machine.
|
Thank you for your quick reply!
A recursive
It does work, even using HTTPS instead of SSH. As mentioned, syncing of some resources works, if the parameter is not present. The extension can push to the GitHub repository just fine. |
I did test with I don't understand why you have the issue. I copy pasted your settings... |
I have a similar issue of incomplete syncing when using VSCode server on an AWS SageMaker instance (For VS Code on local machine, it is fine), here is the editor version info:
The issue is that for either git remote (SSH) or git local sync, only extensions are synced, for settings and other staff, they are not synced regardless of
And here is the directory tree after upload:
P.S. On remote instance, I use my customized XDG_HOME settings, thus some files are not in their default location, not sure if this will have any influence. |
@gaotako As you have described, for remote/server, only the extensions are synced. This is the expected behavior since |
As I am now getting notified of this again; |
@bitfl0wer I've added a log, so you should be able to see the list of resources to be serialized:
Thx |
Output:
This looks better than before. However: My user settings and keybindings are still missing somehow... |
@bitfl0wer The user settings are there: |
@gaotako If you want to further discuss your problem, can you open a new issue (since it's different from this one). Thx |
I think it's better now. Thank you! |
Platform: Linux x86-64, Fedora Workstation 41
Editor: VSCodium 1.96.4
Extension Version: 0.16.0
The extension does not sync anything.
/home/$user/.config/VSCodium/User/settings.json
:Sync Settings settings.yml:
Description: When specifying "
syncSettings.resources
", the extension does not sync anything. When this setting is not present, the extension does sync some things; however, it does not sync all the things I'd like it to. It seems like setting thesyncSettings.resources
parameters breaks syncing. Below are log outputs of trying to sync (upload) without this parameter present, then trying to sync (upload) after setting the parameter:After syncing with the parameter present, this is what the repository looks like:
The text was updated successfully, but these errors were encountered: