Copy and Paste between the code view of VScode settings.
Export list of extensions:
$ code --list-extensions
copy to extensions.txt to keep the list of wanted extensions up-2-date.
Install extensions:
$ cat extensions.txt |% { code --install-extension $_}