Fix VSCode

This commit is contained in:
Tibo De Peuter 2022-10-27 23:29:56 +02:00
parent 9cdd7ed9c9
commit eed5a84f44
21 changed files with 37 additions and 30 deletions

View file

@ -15,6 +15,9 @@ post_install() {
post_upgrade() {
install_apps
code --install-extension ms-vscode.cpptools
install_fonts
do_stow
}
@ -28,6 +31,7 @@ install_apps() {
pkgs=" betterbird-bin google-chrome hamsket-bin zenith "
pkgs+=" rstudio-desktop-bin sway-git swaylock-effects-git spotify "
pkgs+=" visual-studio-code-bin "
# Jetbrains
pkgs+=" intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre "