RogerThiede / dotfiles

OS X dotfiles managed via cider
MIT License
0 stars 0 forks source link

Install Visual Studio Code extensions in cider after-scripts #8

Open RogerThiede opened 7 years ago

RogerThiede commented 7 years ago

Cider supports "after-scripts". This can be utilized to automatically install various Visual Studio Code extensions after vscode has been installed via brew. Determine what steps are needed to install vscode extensions in an idempotent manner.

"after-scripts": [ "./script/install_vscode_extensions.sh", ]

RogerThiede commented 7 years ago

Is code --install-extension xxxx.xxxx idempotent?


» code --list-extensions                      
atian25.copy-syntax
donjayamanne.python
eamodio.gitlens
ms-vscode.cpptools
ms-vscode.PowerShell
ryu1kn.annotator
RogerThiede commented 4 years ago

donjayamanne.python is now maintained in the Microsoft fork ms-python.python