Package Details: visual-studio-code-bin 1.90.2-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: 1433
Popularity: 20.45
First Submitted: 2017-12-18 19:14 (UTC)
Last Updated: 2024-06-19 19:23 (UTC)

Required by (17)

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 .. 54 55 56 57 58 59 60 61 62 63 64 .. 75 Next › Last »

<deleted-account> commented on 2017-07-19 05:29 (UTC)

This is a binary, right? then it should be named visual-studio-code-bin to follow the common name scheme used on aur, if you aren't sure asl on aur-general. also the visual-studio-code-oss is using the sources so to also follow the correct name it should be just visual-studio-code. what a mess those two packages.

xaver commented on 2017-06-20 07:53 (UTC)

This is still an open issue: https://github.com/Microsoft/vscode/issues/26036 You can add the parameters to the startup script /opt/visual-studio-code/bin/code, but this is not a stable solution since you have to do this again for every update.

hendry commented on 2017-06-20 03:30 (UTC)

Thank you xaver! code --high-dpi-support=true --force-device-scale-factor=1.5 # works great! But how do I save this preference in a config?

xaver commented on 2017-06-19 08:49 (UTC)

Have you tried `code --high-dpi-support=true --force-device-scale-factor=2`?

hendry commented on 2017-06-19 08:26 (UTC)

How do I get the font size bigger in the menu? https://s.natalian.org/2017-06-19/1497860639_2558x1406.png

dcelasun commented on 2017-05-19 20:47 (UTC)

@NicoHood: Please read what I wrote, a few comments down from yours. Basically, you are looking for this [0]. [0] https://aur.archlinux.org/packages/visual-studio-code-oss

NicoHood commented on 2017-05-19 20:43 (UTC)

I might be wrong, but isnt this package open source as MIT license? https://github.com/Microsoft/vscode Why dont you build from source instead?

bam365 commented on 2017-05-16 01:43 (UTC) (edited on 2017-05-16 01:56 (UTC) by bam365)

This will change again before very long, but as of 2017-05-15 the current version is 1.12.2. This won't build unless in PKGBUILD you change md5sums_x86_64 to: md5sums_x86_64=('aca84ee07b151ef4731d1516368f268a' 'b5d0d40f5f22b4efb0b3d05c287f8704') I would think a better solution though would be to download a specific version of VS Code as opposed to the latest. That way the PKGBUILD will at least work instead of giving an MD5 error, although it will build an out-of-date version. To do that, change source_x86_64 to: source_x86_64=(code_x64_${pkgver}.tar.gz::https://vscode-update.azurewebsites.net/${pkgver}/linux-x64/stable ${pkgname}.desktop )

vith commented on 2017-05-15 22:51 (UTC)

Shouldn't this package have a -bin suffix then? https://wiki.archlinux.org/index.php/Nonfree_applications_package_guidelines#Package_naming

dcelasun commented on 2017-05-05 18:56 (UTC)

As mentioned in the package description, this is the official binary compiled and distributed by upstream. The main difference is the extension manager: This package supports the extension gallery [0], the oss version doesn't (by default). See the note in the PKGBUILD [1] for details. [0] https://code.visualstudio.com/docs/editor/extension-gallery [1] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=visual-studio-code-oss#n4