Package Details: visual-studio-code-insiders-bin 1714092985-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: Editor for building and debugging modern web and cloud applications (insiders version)
Upstream URL: https://code.visualstudio.com/
Licenses: custom: commercial
Provides: vscode
Submitter: dcelasun
Maintainer: dcelasun
Last Packager: dcelasun
Votes: 30
Popularity: 0.169607
First Submitted: 2020-11-17 19:53 (UTC)
Last Updated: 2024-04-29 08:04 (UTC)

Pinned Comments

dcelasun commented on 2021-05-29 23:02 (UTC)

This package always installs the latest insiders build so don't flag it as out-of-date, just rebuild and you'll get the latest version.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

furai commented on 2023-04-05 07:07 (UTC)

Hey, is it normal that with new yay (v12) package manager it things are downloaded twice? As in it downloads the package version mentioned in the PKGBUILD header and then it also downloads the ones calculated from the latest URLs?

What could be the reason here? Should I report it to yay or has it always been this way?

PersonalJesus commented on 2023-01-08 09:04 (UTC)

The --no-sandbox flag is no longer required.

scippio commented on 2023-01-04 20:22 (UTC)

I still have notification about newer version after update/reinstall...

greyltc commented on 2022-12-21 14:27 (UTC)

Extensions seem to be (partially?) broken here. For example, try to install the pre-release version of the pylance extension. That seems to fail with pretty much no obvious error info. I think MS might have turned on some sort of rate-limiting on the plugin download.

dcelasun commented on 2022-11-07 17:15 (UTC)

@platypus - Happy to help. In the future, I'd like to set up a CI pipeline so the AUR package is automatically updated as well.

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

@dcelasun - That's absolutely correct, I have failed to read the file properly, my apologies. Have a good one! :) P.S. That was a damn fast response

dcelasun commented on 2022-11-07 17:07 (UTC)

@platypus - Yes it does, it's just not reflected on AUR. When you download the tarball and install with makepkg -si, you'll see that the pkgver() function is called and the pkgver variable is automatically updated.

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?