[FIX] broken vscode installation on Debian and Archlinux

This commit is contained in:
Jannik Beyerstedt 2020-06-25 12:02:33 +02:00
parent 6c4089870c
commit e83253598f
4 changed files with 29 additions and 6 deletions

View file

@ -95,7 +95,7 @@
- name: vscode - Golang - Configure VS Code
shell: |
PATH=/usr/local/bin:$PATH
code --install-extension ms-vscode.go
code --install-extension golang.go
when: user_vscode == true and user_lang_golang == true
# VS Code - LaTeX Distribution