VS Code/ Languages: add golang

This commit is contained in:
Jannik Beyerstedt 2019-10-17 10:25:49 +02:00
parent 388f15988a
commit 502ab9f1f2
6 changed files with 92 additions and 9 deletions

View file

@ -26,6 +26,8 @@ For a GUI/ Desktop machine, you can enable to install and configure VS Code:
- `user_vscode`: Boolean to install and set the basic configuration of VS Code
- `user_lang_cpp`: Boolean to install C/C++ dev tools and configure VS Code
- `user_lang_python`: Boolean to install Python dev tools and configure VS Code
- `user_lang_golang`: Boolean to install Golang dev tools and configure VS Code
The `user_lang_*` switches will also install the language onyl, if `user_vscode` is set to false.
Dependencies