dev-setup: add CMake tools to VS Code

This commit is contained in:
Jannik Beyerstedt 2020-05-15 12:51:48 +02:00
parent 7c43304c14
commit 709dbf741a
2 changed files with 3 additions and 1 deletions

View file

@ -42,6 +42,8 @@
shell: |
PATH=/usr/local/bin:$PATH
code --install-extension ms-vscode.cpptools
code --install-extension ms-vscode.cmake-tools
code --install-extension twxs.cmake
when: user_vscode == true and user_lang_cpp == true
# VS Code - Python Development Tools