Added vscodium-bin instead of code

According to me the code package from the standard repos doesn't work
really well(especially the extentions feature). I added vscodium-bin
to AUR package list which works completely well. Also it is telemetry
free.
This commit is contained in:
Vivek Sundaray 2021-11-06 20:26:09 +05:30
parent 4f39828af4
commit bdd8a737de
2 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,6 @@ PKGS=(
'btrfs-progs'
'celluloid' # video players
'cmatrix'
'code' # Visual Studio code
'cronie'
'cups'
'dialog'

View File

@ -49,6 +49,7 @@ PKGS=(
'ttf-roboto'
'zoom' # video conferences
'snap-pac'
'vscodium-bin'
)
for PKG in "${PKGS[@]}"; do