

Often there are questions about the Java settings in Visual Studio Code. PS: You may implement the vsc-settings.py import subcommand for me. $ unzip -l /home/wonder/vsc-settings-171337.zipĪrchive: /home/wonder/vsc-settings-171337.zip VSC settings exported into /home/wonder/vsc-settings-171337.zip

$ vsc-settings.py exportĬreated a temporary dump dir /tmp/tmpf88wo142Ĭopying /home/wonder/.config/Code/User/settings.jsonĬopying /home/wonder/.config/Code/User/keybindings.jsonĬopying /home/wonder/.config/Code/User/projects.jsonĬopying /home/wonder/.config/Code/User/snippets You can upload the ZIP file to external storage. I've made a Python script for exporting Visual Studio Code settings into a single ZIP file: dotfiles, you can easily update your file and push it to your remote repository. Here you can add a script which looks up a Visual Studio Code extension in realtime and each time when you take a diff between the code -list-extensions command and your. Script cat dart-extensions.txt | xargs -L 1 code -install-extensionĪnd also there is one more way to automate that process. Using the script, which Big Rich had written before, with one more change, I can totally synchronise all extensions almost automatically.

After that I pull master branch on another laptop to get up-to-date file with all extensions. So I just write each new added extension to. This way helps me every time when I want to install all extensions I have without any single mouse activity in Visual Studio Code after installing (via Homebrew). dotfiles and small script to perform updates automatically. I'm preferred my own way to synchronize all Visual Studio Code extensions between laptops, using.
