Package Details: visual-studio-code-insiders-bin 1748928216-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.30
First Submitted: 2020-11-17 19:53 (UTC)
Last Updated: 2025-06-03 07:20 (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 2 3 4 5 6 7 8 9 10 11 Next › Last »

dcelasun commented on 2023-12-06 11:04 (UTC)

@elizabethdev done. Thanks for flagging this!

elizabethdev commented on 2023-12-06 10:50 (UTC)

Hi, would you mind applying the same "Exec=" from the file visual-studio-code-insiders.desktop to the file visual-studio-code-insiders-url-handler.desktop (basically, use the wrapper that lets you apply flags from the ~/.config/code-flags.conf when using the URL handler).

I'd have done it myself but I'm not sure how this type of contributions are handled in the AUR, it doesn't look like pull requests are a thing in here.

dcelasun commented on 2023-11-24 07:34 (UTC)

@Alphabyte OK so the version is correctly identified. Can you try in a clean build directory, without any AUR helpers? Also, what's the output of uname -m?

Alphabyte commented on 2023-11-24 04:21 (UTC)

Hi, @dcelasun That command outputs 1700717804

dcelasun commented on 2023-11-23 19:43 (UTC)

@Alphabyte maybe it's a CDN issue. Assuming you're on x86_64, what's the output of IFS='/' read -ra ADDR <<< $(curl -ILs -o /dev/null -w %{url_effective} https://update.code.visualstudio.com/latest/linux-x64/insider); echo "${ADDR[7]}" | sed 's/code-insider-x64-//g' | sed 's/.tar.gz//g' | sed 's/-/./g'?

Alphabyte commented on 2023-11-23 18:37 (UTC) (edited on 2023-11-23 18:37 (UTC) by Alphabyte)

getting this error when trying to install using paru

==> ERROR: pkgver is not allowed to be empty.
==> ERROR: pkgver() generated an invalid version: 
error: failed to build 'visual-studio-code-insiders-bin-1700717804-1': 
error: packages failed to build: visual-studio-code-insiders-bin-1700717804-1

dcelasun commented on 2023-11-23 10:59 (UTC)

@papajoke it seems upstream changed the URL format. Pushed a fix now.

papajoke commented on 2023-11-23 08:10 (UTC) (edited on 2023-11-23 08:57 (UTC) by papajoke)

bad pkgver() for x86_64 ?

After update my version is now insider-1 and not 17XXXXXXXX-X ! After update yay want always update : aur/visual-studio-code-insiders-bin insider-1 -> 1700112950-1

same with git and makepkg, result is visual-studio-code-insiders-bin-insider-1-x86_64.pkg.tar.gz

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

@greyltc that's already the case. Here's the makepkg output on x86:

$ makepkg
==> Making package: visual-studio-code-insiders-bin 1694514614-1 (Fri 17 Nov 2023 07:06:39 GMT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found visual-studio-code-insiders.desktop
  -> Found visual-studio-code-insiders-url-handler.desktop
  -> Found visual-studio-code-insiders-bin.sh
  -> Downloading code_x64_1694514614.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   136  100   136    0     0    387      0 --:--:-- --:--:-- --:--:--   387
100  128M  100  128M    0     0  51.6M      0  0:00:02  0:00:02 --:--:-- 69.8M
==> Validating source files with sha256sums...
    visual-studio-code-insiders.desktop ... Passed
    visual-studio-code-insiders-url-handler.desktop ... Passed
    visual-studio-code-insiders-bin.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    code_x64_1694514614.tar.gz ... Skipped
==> Extracting sources...
  -> Extracting code_x64_1694514614.tar.gz with bsdtar
==> Starting pkgver()...
==> Updated version: visual-studio-code-insiders-bin 1700112950-1
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "visual-studio-code-insiders-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: visual-studio-code-insiders-bin 1700112950-1 (Fri 17 Nov 2023 07:06:52 GMT)

greyltc commented on 2023-11-17 02:24 (UTC)

could this be changed to only fetch the bin that matches our architecture by default?