shanalikhan / code-settings-sync

🌴💪 Synchronize your Visual Studio Code Settings Across Multiple Machines using GitHub GIST 💪🌴
https://marketplace.visualstudio.com/items?itemName=Shan.code-settings-sync
MIT License
4.02k stars 390 forks source link

Using Settings Sync with remote SSH docker environment #1052

Open medoidai opened 5 years ago

medoidai commented 5 years ago

I am using VSCode and with Remote - SSH Explorer I am connecting to a remote docker container with sshd running. Everything works smoothly and I can install/uninstall extensions in the remote docker container with the help of VSCode Server installed in the container in folder /.vscode-server. However, I cannot find a way to use the Sync Extensions plugin with the remote docker container. It can be installed only locally and not on the Remote SSH machine. Is there any way to use it with the remote environment?

Screenshot from 2019-09-27 10-08-56

medoidai commented 5 years ago

By creating a symbolic link from .vscode-server to .vscode in the remote environment everything works smoothly. Also, only the Syncing extensions 3.0.1 version works correctly with syncing.