Package Details: visual-studio-code-insiders-bin 1749657291-1

Git Clone URL: https://aur.archlinux.org/visual-studio-code-insiders-bin.git (read-only, click to copy)
Package Base: visual-studio-code-insiders-bin
Description: Visual Studio Code Insiders (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-insiders
Provides: code-insiders, vscode-insiders
Submitter: dcelasun
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 34
Popularity: 0.25
First Submitted: 2020-11-17 19:53 (UTC)
Last Updated: 2025-06-11 17:19 (UTC)

Pinned Comments

dcelasun commented on 2025-05-25 06:44 (UTC)

This package is now automatically updated every day.

No need to build manually or mess with your AUR helpers.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 Next › Last »

platypus commented on 2022-11-07 17:04 (UTC) (edited on 2022-11-07 17:15 (UTC) by platypus)

@dcelasun - No, it does not always do that. It has the pkgkversion bound in the PKGBUILD.

Package Version: 1657047632 Latest version: 1667540698

To always get the latest build and not having to hard code it, you'd have to use the generic URL (e.g. for terminal: $ wget https://code.visualstudio.com/sha/download\?build\=stable\&os\=linux-deb-x64 code-insiders-latest.deb )

TLDR: Nope - I'm blind. It pulls the latest.

greyltc commented on 2022-07-31 17:08 (UTC)

dcelasun, have you considered making a -headless version of this package?

dcelasun commented on 2022-07-06 05:55 (UTC)

@Ashark: done :)

Ashark commented on 2022-07-05 23:22 (UTC)

Can you please add vscode to provides array? See https://wiki.archlinux.org/title/Talk:Visual_Studio_Code#Provides_array_for_flavor_packages

furai commented on 2022-04-07 14:07 (UTC)

Ok, thanks, it's fixed now.

dcelasun commented on 2022-04-07 12:18 (UTC)

@furai I accidentally pushed checksums when testing out code-flags.conf. Should be fixed now.

furai commented on 2022-04-07 11:14 (UTC) (edited on 2022-04-07 11:26 (UTC) by furai)

It seems that installing this package after recent changes will always fail on shasum checks? Every new update downloaded will have different SHA so we shouldn't be really checking for those?

dcelasun commented on 2022-04-06 21:14 (UTC)

@ZZYSonny fixed, thanks!

ZZYSonny commented on 2022-04-06 20:55 (UTC) (edited on 2022-04-06 20:57 (UTC) by ZZYSonny)

dcelasun

There are a few issues with your approach. In /usr/bin/code-insiders, you forgot to change the /bin/code bit. In .desktop file, you should use the /usr/bin/code-insiders instead of /opt/visual-studio-code-insiders/bin/code-insiders. Otherwise code-flags is not applied.