R Robert Williams New member Wednesday at 5:46 AM #1 I need some help with that. I would be so grateful if someone could help.
G Gsusangrey New member Wednesday at 8:34 AM #2 To move VS Code to a new computer, do the following steps: Run the command --list-extensions > extensions.txt in Command Prompt to produce a list of installed extensions. You can copy settings from %APPDATA%\Code\User (on Windows) or ~/.config/Code/User (on macOS/Linux). If you choose, you can sync your settings on GitHub using Settings Sync (this is optional). Once on the new PC, use code to install extensions --install-extension <extension-name> and upload your settings.
To move VS Code to a new computer, do the following steps: Run the command --list-extensions > extensions.txt in Command Prompt to produce a list of installed extensions. You can copy settings from %APPDATA%\Code\User (on Windows) or ~/.config/Code/User (on macOS/Linux). If you choose, you can sync your settings on GitHub using Settings Sync (this is optional). Once on the new PC, use code to install extensions --install-extension <extension-name> and upload your settings.