Package Details: visual-studio-code-bin 1.93.1-1

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: 1451
Popularity: 16.29
First Submitted: 2017-12-18 19:14 (UTC)
Last Updated: 2024-09-12 17:26 (UTC)

Required by (19)

Sources (7)

Pinned Comments

dcelasun commented on 2017-11-15 06:20 (UTC) (edited on 2020-02-06 21:33 (UTC) by dcelasun)

FREQUENTLY ASKED QUESTIONS (read before flagging or commenting!)

  • What is the difference between this package and the one in the community repo?

This is the official binary distribution from Microsoft. The one in the community repo is an unofficial build made from source. Beyond the license difference and branding, there are some proprietary features not available in the open source version.

  • There is a new version out, why is the package not updated?

Please check this page before flagging as out-of-date. If there is no new version on that page, it's not yet released. A tag on Github is NOT a release! If you can see the new version on the updates page but the AUR package is still not updated, flag it and give it time. It's usually done within a day or two.

  • I'm using an AUR helper (yay, yaourt etc.) and I can't install it. Why?

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.

  • When I install this package xdg-open uses vscode, not my file manager! How do I fix this?

Install shared-mime-info-gnome. Also see this reddit thread.

  • Why is $X a dependency? I don't like it.

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.

  • Something is broken with the app, where do I report it?

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.

  • I have a problem with this package, can I email you?

No, you won't get a reply. Please stop doing this. Leave a comment here instead and be patient.

Latest Comments

« First ‹ Previous 1 .. 53 54 55 56 57 58 59 60 61 62 63 .. 77 Next › Last »

sistematico commented on 2017-11-12 22:04 (UTC)

[lucas@majestic ~]:$ LANG=C pacaur -S visual-studio-code :: Package visual-studio-code not found in repositories, trying AUR... :: resolving dependencies... :: looking for inter-conflicts... AUR Packages (1) Old Version New Version aur/visual-studio-code 1.18.0-2 :: Proceed with installation? [Y/n] :: Retrieving package(s)... :: Checking visual-studio-code integrity... ==> Making package: visual-studio-code 1.18.0-2 (Sun Nov 12 19:04:03 -03 2017) ==> Retrieving sources... -> Downloading code_x64_1.18.0.tar.gz... ** Resuming transfer from byte position 64841244 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 148 100 148 0 0 49 0 0:00:03 0:00:03 --:--:-- 44 0 389 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0 curl: (22) The requested URL returned error: 416 ==> ERROR: Failure while downloading https://vscode-update.azurewebsites.net/1.18.0/linux-x64/stable Aborting... :: failed to verify visual-studio-code integrity

dcelasun commented on 2017-11-09 14:07 (UTC)

@enihcam: Please search the comments, gvfs is needed for the "move to trash" functionality. Still, I'll move both to optdepends. In the future, if you have a concern about the Arch package please report it here before opening an issue upstream. Thanks.

enihcam commented on 2017-11-09 13:43 (UTC)

@dcelasun can you remove dependencies of gconf and gvfs? they are not needed, for details please refer to https://github.com/Microsoft/vscode/issues/37886

jaxmetalmax commented on 2017-10-26 16:42 (UTC)

@PorousSun once you finished running makepkg you run sudo pacman -U yourpackage.tar.xz

PorousSun commented on 2017-10-26 16:28 (UTC)

@Marcel_K I thought makepkg called pacman, how should I update vscode?

Marcel_K commented on 2017-10-26 07:33 (UTC)

Did you forget to run pacman to actually install the package?

PorousSun commented on 2017-10-26 00:22 (UTC)

I just downloaded the recent snapshot and made makepkg PKGBUILD but the version of vscode stays on 1.15.1 and the logo does not change, what am I doing wrong?

dcelasun commented on 2017-09-22 20:54 (UTC)

@NicoHood: You are using the wrong PKGBUILD, please see my comment on Github.

NicoHood commented on 2017-09-22 20:43 (UTC)

Hi, I am trying to build vscode from scratch, not from binary. Any help appreciated: https://github.com/Microsoft/vscode/issues/34856