brannon / dotfiles

0 stars 0 forks source link

Bootstrap: Install common VS Code extensions #7

Open brannon opened 2 years ago

brannon commented 2 years ago

Supply a common script that can install VS Code extensions.

Use code --install-extension CLI to install:

EditorConfig.EditorConfig
GitHub.codespaces
golang.go
mechatroner.rainbow-csv
ms-python.python
ms-python.vscode-pylance
ms-toolsai.jupyter
ms-toolsai.jupyter-keymap
ms-toolsai.jupyter-renderers
ms-vscode-remote.remote-containers
ms-vscode-remote.remote-ssh
ms-vscode-remote.remote-ssh-edit
ms-vscode.cpptools
platformio.platformio-ide
rebornix.ruby
redhat.vscode-yaml
wingrunr21.vscode-ruby
brannon commented 2 years ago

Specific command:

code --install-extension <ID> --force