The following VSCode setup script helps me set up a new machine:
- open PowerShell
- copy extension names to the clipboard (yes, Ctrl+C)
- run get-clipboard | % { code --install-extension $_ }
DavidAnson.vscode-markdownlint
eamodio.gitlens
ms-azuretools.vscode-docker
ms-python.python
ms-vscode-remote.remote-wsl
ms-vscode.cpptools
ms-vscode.powershell
npclaudiu.vscode-gn
yzhang.markdown-all-in-one