@gesh sorry, but no. That would break configuration for existing users.
Search Criteria
Package Details: visual-studio-code-bin 1.129.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/visual-studio-code-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | visual-studio-code-bin |
| Description: | Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version) |
| Upstream URL: | https://code.visualstudio.com/ |
| Licenses: | custom: commercial |
| Conflicts: | code |
| Provides: | code, vscode |
| Submitter: | dcelasun |
| Maintainer: | dcelasun |
| Last Packager: | dcelasun |
| Votes: | 1694 |
| Popularity: | 25.92 |
| First Submitted: | 2017-12-18 19:14 (UTC) |
| Last Updated: | 2026-07-18 05:35 (UTC) |
Dependencies (17)
- alsa-lib
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxkbfile
- libxss
- lsof (lsof-gitAUR)
- nss (nss-hgAUR)
- shared-mime-info (shared-mime-info-gitAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR) (optional) – Needed for move to trash functionality
- icu69AUR (icu69-binAUR) (optional) – Needed for live share
- libdbusmenu-glib (optional) – Needed for KDE global menu
- org.freedesktop.secrets (pass-secrets-gitAUR, keepassxc-allow-aur-extension-originAUR, keepassxc-allow-aur-extension-origin-binAUR, bitw-gitAUR, dssdAUR, pass-secret-service-gitAUR, himitsu-secret-serviceAUR, kwallet-gitAUR, gopass-secret-serviceAUR, pass-secret-service-binAUR, chipass-gitAUR, keepassxc-gitAUR, mykey-gitAUR, pass-secret-service-runitAUR, pass-secret-serviceAUR, rosec-binAUR, rosec-gitAUR, gnome-keyring-gitAUR, gnome-keyring, keepassxc, kwallet, oo7) (optional) – Needed for settings sync
Required by (29)
- azure-sphere-sdk (requires code) (optional)
- claude-workspaces (requires code) (optional)
- code-features (requires code)
- code-features-insiders (requires code)
- code-marketplace (requires code)
- code-nautilus-git (requires code) (optional)
- code-xdg-dir-patch (requires code)
- contextpilot (optional)
- contextpilot-git (optional)
- dokytree (requires code) (optional)
- dokytree-git (requires code) (optional)
- meta-package-manager (requires code) (optional)
- meta-package-manager-git (requires code) (optional)
- nautilus-code (requires code) (optional)
- neopo-git (optional)
- nwscript-code (requires code)
- python-ocp-vscode (requires vscode) (optional)
- rainbeau (requires code) (optional)
- rt-thread-env-meta (requires code) (optional)
- rust-analyzer-vscode-git (requires code)
- Show 9 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 94 Next › Last »
dcelasun commented on 2026-03-03 14:50 (UTC)
gesh commented on 2026-03-03 13:41 (UTC)
Via https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/merge_requests/9, discovered this package uses a custom launcher to allow users to have a config file with command-line arguments.
However, contra the other packages linked there, here the invocation arguments precede those from the config file. This has the effect of making the config file's arguments override the invocation arguments, which reverses expectations.
(i.e. I'm proposing
@@ -8,4 +8,4 @@
fi
# Launch
-exec /opt/visual-studio-code/bin/code "$@" $CODE_USER_FLAGS
+exec /opt/visual-studio-code/bin/code $CODE_USER_FLAGS "$@"
)
ironhak commented on 2026-03-01 12:37 (UTC)
Hello
All distros save the vscode icon as "vscode.png", instead this package saves it as "visual-studio-code". This causes some compatibility issues with things like kde custom applets that search for "vscode" icon and does not find it (like https://github.com/Merrit/kde-dolphin-open-vscode/issues/16).
Can we avoid renaming the icon in the pkgbuild and leave it as vscode.png?
Thanks
Wartijn commented on 2026-02-14 21:47 (UTC)
@Nikolai508 sure, but the faq in the pinned comment says
This package depends on both the official tarball and files from GitHub. Please check this page AND this page before flagging as out-of-date. If the new version isn't on both pages, this package cannot be updated!
Nikolai508 commented on 2026-02-14 21:43 (UTC)
@Wartijn The latest is 1.109.3
https://code.visualstudio.com/updates/v1_109
Download the .deb and you'll see 1.109.3 in the filename as well.
Wartijn commented on 2026-02-14 21:08 (UTC)
It looks like this package has been marked out of date, but shouldn't have been. Current Aur version is 1.109.2, latest tag on Github is 1.109.2
lone-cloud commented on 2026-02-11 06:36 (UTC)
This was just updated but still not the latest version for copilot to start working again. 1.109.2 is the latest.
USA-RedDragon commented on 2026-02-11 03:41 (UTC)
patch I used for 1.109.2 because 1.109.0 can no longer use copilot
diff --git a/PKGBUILD b/PKGBUILD
index 8ef77b3..dba5971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=visual-studio-code-bin
_pkgname=visual-studio-code
-pkgver=1.109.0
+pkgver=1.109.2
pkgrel=1
pkgdesc="Visual Studio Code (vscode): Editor for building and debugging modern web and cloud applications (official binary version)"
arch=('x86_64' 'aarch64' 'armv7h')
@@ -34,9 +34,9 @@ sha256sums=('2f1782b30c4e040efff655fd9cf477930c5a0c81ddae27749b0cbb922c1d248e'
'c361efa7e02fcad759ed80d2fbab67877f33219b981578af6fffaf18aeb12d9b'
'3af748dd6578a1775e8eb7248ba397b7e11840df2ea6ee234ff76fee3dc306cf'
'8257a5ad82fa1f7dec11dfa064217b80df4cfec24f50cec7ca0ad62cf8295bfe')
-sha256sums_x86_64=('37c7415d8a416daca6b865856fcfbbeffe3227a31ea397aaa18a6796c8c694df')
-sha256sums_aarch64=('012ce913bdb5441022545c6718244c0968ff4456be4e9c40e20699245c64ec8d')
-sha256sums_armv7h=('0601b5460952212aca9be291abb017869ec450eb2cb6cd8b48b095a920fb13f4')
+sha256sums_x86_64=('493e62f20bcdb406816e6729720f46262a6bf1ee5dd00d2a6dd1b53fd41589e9')
+sha256sums_aarch64=('ee99691d6a22f1e6032906555773825d925493c8f5ef7335c694604ce4ec3d9d')
+sha256sums_armv7h=('673cf81ec9a259c2a2051135f691a597c051432dbac1b9a9b984a2f3d3c3a01a')
_set_meta_info() {
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\
balazs.mezei commented on 2026-01-19 11:46 (UTC) (edited on 2026-01-19 11:47 (UTC) by balazs.mezei)
I do not know why, but downloads from https://update.code.visualstudio.com/ do not work for me via IPv6 and do not fallback automatically to IPv4. So I download it manually over IPv4 using aria2c, before invoking makepkg. For example:
aria2c --disable-ipv6=true --out=code_x64_1.108.1.tar.gz "https://update.code.visualstudio.com/1.108.1/linux-x64/stable"
Zoddo commented on 2026-01-13 23:30 (UTC) (edited on 2026-01-14 00:04 (UTC) by Zoddo)
I just migrated from Code OSS to this package.
However, when I try to start VSCode, it immediately coredump (before any window can be shown)
janv. 14 00:22:02 arch kernel: traps: code[31621] trap int3 ip:55e6757177be sp:7ffef1eb6620 error:0 in code[65c57be,55e6714e9000+8d3e000]
janv. 14 00:22:02 arch systemd-coredump[31624]: Process 31621 (code) of user 1000 terminated abnormally with signal 5/TRAP, processing...
janv. 14 00:22:02 arch systemd[1]: Started Process Core Dump (PID 31624/UID 0).
janv. 14 00:22:03 arch systemd-coredump[31625]: [🡕] Process 31621 (code) of user 1000 dumped core.
janv. 14 00:22:03 arch systemd[1]: systemd-coredump@6-3-31624_31625-0.service: Deactivated successfully.
The backtrace is practically useless without the dbg symbols (and Microsoft doesn't seem to publish them)
Package 1.108.0-1 on x64
X11, DE is Budgie (based on Gnome)
Is there anything known I may be missing?
Edit: /opt/visual-studio-code/chrome-sandbox is missing the suid flag. After doing a chmod 4755 on it, I can now start VS Code.
Pinned Comments
dcelasun commented on 2017-11-15 06:20 (UTC) (edited on 2026-06-04 12:33 (UTC) by dcelasun)
FREQUENTLY ASKED QUESTIONS (read before flagging or commenting!)
This is the official binary distribution from Microsoft. The one in the community repo is an unofficial build made from source. Beyond the licence difference and branding, there are some proprietary features not available in the open-source version.
This package depends on the official tarball. Please check this page before flagging as out-of-date. If the new version isn't on that page, this package cannot be updated! If you can see the new version there, but the AUR package is still not updated, flag it and give it time. It's usually done within hours.
Sometimes AUR helpers do weird things. Download the tarball and install it manually with
makepkg -si. If that works, report the problem to your AUR helper's upstream, not here.xdg-openuses vscode, not my file manager! How do I fix this?Install
shared-mime-info-gnomegnome-sessionwhich now includes mimemapps.Just because $X is not required to open the app, doesn't mean there is nothing that depends on it. Always search the comment history on AUR to see if that dependency has been previously discussed before writing your own comment. Still nothing? Then use namcap to make sure it's really not needed. If namcap doesn't complain, please leave a comment here and I'll investigate.
The problem might be a packaging issue (wrong paths, dependencies, icons), so please write a comment here first. If you don't get a reply, or if someone says it's an upstream issue, you can report it on GitHub.
No, you won't get a reply. Please stop doing this. Leave a comment here instead and be patient.