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.162890
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 »

sots commented on 2023-09-12 13:34 (UTC)

❯ LANG=C ./vscode-insiders.sh
rm: cannot remove '*.pkg.tar.zst': No such file or directory
rm: cannot remove '*.tar.gz': No such file or directory
==> Making package: visual-studio-code-insiders-bin 1694410389?1-1 (Tue Sep 12 21:30:10 2023)
==> 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_1694410389?1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   135  100   135    0     0    347      0 --:--:-- --:--:-- --:--:--   347
  0   215    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://update.code.visualstudio.com/latest/linux-x64/insider
    Aborting...
loading packages...
error: '/home/sots/.cache/paru/clone/visual-studio-code-insiders-bin/visual-studio-code-insiders-bin-*.pkg.tar.zst': could not find or read package

Is the script or the website of vscode broken?

antdking commented on 2023-09-12 11:07 (UTC)

Can you remove the --no-sandbox flag, please?

Tested locally and seems to work; aligns with the visual-studio-code-bin package

glaumar commented on 2023-07-17 14:16 (UTC)

@rightaditya I use plasma wayland. I found that code-insiders runs under xwayland by default, its wmclass is "code - insiders", but when I add the startup parameters "--enable-features=UseOzonePlatform --ozone-platform=wayland- -enable-wayland-ime" makes it run under wayland, its wmclass is "code-insiders-url-handler"

rightaditya commented on 2023-06-05 06:42 (UTC)

I'm having this issue where VSCode gets a generic gear icon in my dock, with tooltip text "code-insiders-url-handler". lg confirms that that's the wmclass for it. Setting StartupWMClass=code-insiders-url-handler in visual-studio-code-insiders.desktop seems to fix things for me. I'm not sure why it's getting set to what it is, or if what I've done might cause other issues down the road, but if not, it might make sense to make the change for this package.

dcelasun commented on 2023-05-30 22:09 (UTC)

-devel usually refers to source builds with debug symbols included, this is neither. This package is a binary build of insiders.

konez2k commented on 2023-05-30 20:17 (UTC)

@dcelasun will you consider renaming the package and adding a suffix -devel ? development packages can be updated easily via yay/other aur package managers.

r3f commented on 2023-05-27 03:46 (UTC)

@furai, Yes, after a complete reinstallation of the package, everything worked out, thanks. BTW this is not my flag

furai commented on 2023-05-26 14:22 (UTC)

@r3f, all is working here. Make sure to clean rebuild, as in delete every downloaded package so it redownloads the latest version. No need to flag the package as outdated.

r3f commented on 2023-05-25 03:40 (UTC)

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

dcelasun commented on 2023-04-05 07:25 (UTC) (edited on 2023-04-05 07:26 (UTC) by dcelasun)

It's not a yay issue, it's how pkgver() works: https://wiki.archlinux.org/title/Creating_packages#pkgver()

I'm afraid it's unavoidable.