My VSCode settings and extensions.
Mac users need to add command to PATH
Open the Command Palette ⇧⌘P
and type shell command to find the Shell Command: Install code
or code-insiders
command in PATH command.
code --list-extensions > extensions.list
cat extensions.list |% { code --install-extension $_}
code-insiders --list-extensions > extensions.list
cat extensions.list |% { code-insiders --install-extension $_}