I'm getting an error when installing vscode

paru -S visual-studio-code-bin

err

/home/.cache/paru/clone/visual-studio-code-bin/PKGBUILD
# Maintainer: D. Can Celasun <can[at]dcc[dot]im>

pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
pkgver=1.93.1
pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging mod>
arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('code' 'vscode')
conflicts=('code')
install=$pkgname.install
# lsof: needed for terminal splitting, see https://github.com/Microsoft/vsc>
# xdg-utils: needed for opening web links with xdg-open
depends=(libxkbfile gnupg gtk3 libsecret nss gcc-libs libnotify libxss glib>
optdepends=('glib2: Needed for move to trash functionality'
            'libdbusmenu-glib: Needed for KDE global menu'
            'org.freedesktop.secrets: Needed for settings sync'
             # See https://github.com/MicrosoftDocs/live-share/issues/4650
            'icu69: Needed for live share' )
source=(code.desktop.in::https://raw.githubusercontent.com/microsoft/vscode>
        code-url-handler.desktop.in::https://raw.githubusercontent.com/micr>
        code-workspace.xml.in::https://raw.githubusercontent.com/microsoft/

That is not an error. That is part of Paru’s review of the pkgbuild.

If you press Q it will ask if you want to continue

2 Likes

Thanks for the answer, my first time using cachyos Still exploring

1 Like