Package Details: visual-studio-code-electron-bin 1.129.0-1

Git Clone URL: https://aur.archlinux.org/visual-studio-code-electron-bin.git (read-only, click to copy)
Package Base: visual-studio-code-electron-bin
Description: Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications.(Prebuilt and System-wide Electron edition)
Upstream URL: https://code.visualstudio.com/
Keywords: code electron visual-studio-code vscode
Licenses: LicenseRef-scancode-commercial-license
Conflicts: code, visual-studio-code, visual-studio-code-electron, visual-studio-code-insiders, visual-studio-code-marketplace
Provides: visual-studio-code, vscode
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.021773
First Submitted: 2025-12-19 03:46 (UTC)
Last Updated: 2026-07-17 02:04 (UTC)

Latest Comments

Althorion commented on 2026-07-18 07:06 (UTC)

The checksums are wrong—was there a silent update or something?

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,9 +54,9 @@ source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.rpm::https://code.visualstudio.
 source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.rpm::https://code.visualstudio.com/sha/download?build=stable&os=linux-rpm-x64")
 sha256sums=('68a94e4a9d746da48f5bb990d48b434363e476dfde006394a3ced94b4a54b4a7'
             '700067aa4b354a91ab3374b5495af9eb3093855a3d8016a8303e88abf3470599')
-sha256sums_aarch64=('354c28534c01fe1fff3557db8d7490e99c8f5443658779855cda079e10cb9be3')
-sha256sums_armv7h=('0b890fe8d63a6bbfc46f243587b33db561ee58ba4db3048ed2b62b6a08d8d472')
-sha256sums_x86_64=('0bd762ac4d62da43ba9e16df6b3fa9f6d52fc142fc102abbb82959b2d9a03e1b')
+sha256sums_aarch64=('f7f36c704f9ec0c1e44273caa2a7a5007203fa2215cf6b0ef7266412856bbac5')
+sha256sums_armv7h=('82b5c53d00920a5e93bf95dce6ef76a3703370e3d2b7eb292776ee57238b3ee6')
+sha256sums_x86_64=('c518bbf9f38e0266cef9f22126f21a1fba69c01bad96b9a61f372310a49a2d40')
 pkgver() {
     cd "${srcdir}/usr/share/${_appname}/resources/app"
     grep '"version": ' package.json | awk '{print $2}' | tr -d '"' | tr -d ','

zxp19821005 commented on 2026-04-07 10:54 (UTC)

@Lime You had run the wrong commond !!! This is the pure electron version of visual-studio-code-bin , not code in the [extra] repo !

StatsLime commented on 2026-04-02 19:15 (UTC)

code command doesn't work to launch from terminal (and vscode doesn't do it either).

[user@cpu /home/user] $ code
bash: code: command not found