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' 'btrfs-progs'
'celluloid' # video players 'celluloid' # video players
'cmatrix' 'cmatrix'
'code' # Visual Studio code
'cronie' 'cronie'
'cups' 'cups'
'dialog' 'dialog'

View File

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