VSCode
Settings Migration
With the current version of VSCode as of this writing (1.22.1), you can find your settings in
~/.config/Code/Useron Linux (in my case, an, Ubuntu derivative)C:\Users\username\AppData\Roaming\Code\Useron Windows 10~/Library/Application Support/Code/User/on Mac OS X
The files are settings.json and keybindings.json. Simply copy them to the target machine.
Your extensions are in
~/.vscode/extensionson Linux and Mac OS XC:\Users\username\.vscode\extensionson Windows 10 (e.g., essentially the same place)
Alternately, just go to the Extensions, show installed extensions, and install those on your target installation. For me, copying the extensions worked just fine, but it may be extension-specific, particularly if moving between platforms, depending on what the extension does.
%APPDATA%\Code, %USERPROFILE%\.vscode\extensions <- use these in Windows so you don't have to type the username in the path back and forth
Last update:
2023-01-26