Note: Unix-like systems only.
- Export your extensions to a shell file:
code --list-extensions | sed -e 's/^/code --install-extension /' > my_vscode_extensions.sh- Verify your extensions installer file:
less my_vscode_extesions.shRun your my_vscode_extensions.sh using Bash command:
bash my_vscode_extensions.sh
@Siniliote I'm not sure why you have no that option. Verify if you have the latest VSCode installed as well as you have made
Install 'code' command in PATHfrom VSCode editor. Then just try it outcode --list-extensionsto check if everything works.