This essentially serves as a replacement to the soon to be deprecated Azure Data Studio, and in order to copy results from the result grid in the MSSQL extension, you require the package 'xsel', might be worth adding that as an optional dep.
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: | 1695 |
| Popularity: | 26.60 |
| 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 .. 4 5 6 7 8 9 10 11 12 13 14 .. 94 Next › Last »
Nikolai508 commented on 2026-01-09 14:31 (UTC)
matthias-eb commented on 2025-12-22 09:16 (UTC)
Since version 107, I can only run visual studio code with the flag --disable-accelerated-video-decode.
Any suggestions on how to fix this? I run on garuda-linux with KDE and I use a nvidia graphics card..
codebling commented on 2025-12-19 04:35 (UTC)
I'm not sure this is useful for anyone else, but I was able to get this package and code working side by side with minimal changes to the PKGBUILD. Here's the diff
diff --git a/PKGBUILD b/PKGBUILD
index e9b50af..517e023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ arch=('x86_64' 'aarch64' 'armv7h')
url="https://code.visualstudio.com/"
license=('custom: commercial')
provides=('code' 'vscode')
-conflicts=('code')
# Upstream has signature verification for extensions and stripping breaks it
# See https://github.com/microsoft/vscode/issues/223455#issuecomment-2610001754
options=(!strip)
@@ -42,7 +41,7 @@ _set_meta_info() {
sed 's/@@NAME_LONG@@/Visual Studio Code/g' "$1" |\
sed 's/@@NAME_SHORT@@/Code/g' |\
sed 's/@@NAME@@/code/g' |\
- sed 's#@@EXEC@@#/usr/bin/code#g' |\
+ sed 's#@@EXEC@@#/usr/bin/vscode#g' |\
sed 's/@@ICON@@/visual-studio-code/g' |\
sed 's/@@URLPROTOCOL@@/vscode/g'
}
@@ -70,14 +69,14 @@ package() {
install -m644 "${srcdir}/$(_pkg)/resources/app/LICENSE.rtf" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE.rtf"
install -m644 "${srcdir}/$(_pkg)/resources/app/resources/linux/code.png" "${pkgdir}/usr/share/pixmaps/${_pkgname}.png"
- install -m644 "${srcdir}/code.desktop" "${pkgdir}/usr/share/applications/code.desktop"
- install -m644 "${srcdir}/code-url-handler.desktop" "${pkgdir}/usr/share/applications/code-url-handler.desktop"
+ install -m644 "${srcdir}/code.desktop" "${pkgdir}/usr/share/applications/vscode.desktop"
+ install -m644 "${srcdir}/code-url-handler.desktop" "${pkgdir}/usr/share/applications/vscode-url-handler.desktop"
install -m644 "${srcdir}/code-workspace.xml" "${pkgdir}/usr/share/mime/packages/${pkgname}-workspace.xml"
- install -Dm 644 "${srcdir}/$(_pkg)/resources/completions/bash/code" "${pkgdir}/usr/share/bash-completion/completions/code"
- install -Dm 644 "${srcdir}/$(_pkg)/resources/completions/zsh/_code" "${pkgdir}/usr/share/zsh/site-functions/_code"
+ install -Dm 644 "${srcdir}/$(_pkg)/resources/completions/bash/code" "${pkgdir}/usr/share/bash-completion/completions/vscode"
+ install -Dm 644 "${srcdir}/$(_pkg)/resources/completions/zsh/_code" "${pkgdir}/usr/share/zsh/site-functions/_vscode"
cp -r "${srcdir}/$(_pkg)/"* "${pkgdir}/opt/${_pkgname}"
# Launcher
- install -m755 "${srcdir}/${_pkgname}-bin.sh" "${pkgdir}/usr/bin/code"
+ install -m755 "${srcdir}/${_pkgname}-bin.sh" "${pkgdir}/usr/bin/vscode"
}
Running them side by side allows me to use this package with Copilot for work and code for personal projects
Hectarea commented on 2025-12-15 07:14 (UTC)
KDE's global menu won't work with latest 1.107.0-1 build, even after reinstalling libdbusmenu-glib
dcelasun commented on 2025-11-18 22:11 (UTC)
GitHub is back online so it should just work now.
ijann commented on 2025-11-18 22:03 (UTC) (edited on 2025-11-18 22:05 (UTC) by ijann)
@JMac, @Adiee5
well what I did was this I downloaded the compromised files
> git clone https://aur.archlinux.org/visual-studio-code-bin.git
donwload files you mention .desktop and xml
https://raw.githubusercontent.com/microsoft/vscode/1.106.1/resources/linux/code.desktop
https://raw.githubusercontent.com/microsoft/vscode/1.106.1/resources/linux/code-url-handler.desktop
https://raw.githubusercontent.com/microsoft/vscode/1.106.1/resources/linux/code-workspace.xml
I save the files inside the vscode git folder
then I install
>makepkg -cCifs
JMac commented on 2025-11-18 21:14 (UTC)
@Adiee5 If you are in a hurry, you can comment out the references to the .desktop and .xml files in the PKGBUILD and it will still install. Only those resources come from Github, the actual application comes from a different Microsoft domain.
dcelasun commented on 2025-11-18 20:56 (UTC)
@Adiee5 GitHub is down https://www.githubstatus.com/incidents/5q7nmlxz30sk
Adiee5 commented on 2025-11-18 20:53 (UTC)
Error while downloading the 1.106.1-1 update:
-> Downloading code-1.106.1.desktop.in...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://raw.githubusercontent.com/microsoft/vscode/1.106.1/resources/linux/code.desktop
Aborting...
also tested with the traditional makepkg method
leodip commented on 2025-10-30 20:11 (UTC) (edited on 2025-10-30 20:12 (UTC) by leodip)
I get a black screen, from time to time, in vscode. I can still see the minimize and restore/maximize buttons on the top right of the window. If I click them, I can see the contents of vscode again. Then I leave vscode untouched for a few minutes and the contents go black again...
Has anyone experienced this? It doesn't crash, it's just the contents that turn black.
I'm using Gnome 49, wayland. And this vscode package from AUR. My GPU is:
03:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 33 [Radeon RX 7600/7600 XT/7600M XT/7600S/7700S / PRO W7600] (rev c0)
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.