Package Details: code-git 1.102.0.r1.gc6e8ac1-1

Git Clone URL: https://aur.archlinux.org/code-git.git (read-only, click to copy)
Package Base: code-git
Description: OSS version of Visual Studio Code editor
Upstream URL: https://github.com/microsoft/vscode
Keywords: vscode
Licenses: MIT
Conflicts: code, vscode
Provides: code, vscode
Submitter: Zrax
Maintainer: oech3
Last Packager: oech3
Votes: 17
Popularity: 0.000000
First Submitted: 2017-12-18 23:10 (UTC)
Last Updated: 2025-06-24 02:23 (UTC)

Required by (18)

Sources (4)

Pinned Comments

oech3 commented on 2025-05-19 11:39 (UTC) (edited on 2025-05-21 13:40 (UTC) by oech3)

electron dependency is swapped with electronNM at packaging.

Minify is disabled by default (see bottom of build()).

Latest Comments

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

K900 commented on 2018-06-08 19:42 (UTC)

Looks like they're back to GTK3 yet again: https://github.com/Microsoft/vscode/commit/e7d29e9ccc7da5dfcb9120788290b13c30f91bf2

K900 commented on 2018-05-10 11:03 (UTC)

It might be a good idea to hard depend on nodejs-lts-carbon now, since building with Node versions >= 9 is not supported by upstream. It still builds with 9.x, but 10.x doesn't work at all.

kurolox commented on 2018-04-23 08:13 (UTC)

Zrax, could the VSCode folder path be changed from ~/.config/Code - OSS to ~/.config/Code ?

It seems like some VSCode extensions may misbehave because they can't find the configuration folder since it's not in the default path.

Here's an example: https://github.com/alefragnani/vscode-project-manager/issues/178#issuecomment-383443983

Cheers!

Zrax commented on 2018-04-20 21:32 (UTC)

I'm going to leave gtk3 in here since I expect it will be merged again soon... Also, please don't use the out-of-date flag for dependency changes -- that's not really what it's for...

darkbasic commented on 2018-04-13 12:54 (UTC)

Finally!!! Would love to see an updated PKGBUILD .

K900 commented on 2018-04-13 06:31 (UTC)

Electron 2.0/GTK3 update landed again: https://github.com/Microsoft/vscode/commit/f7ec491c3ed5cea258e144da873504a98582b7de

Probably needs a dependency change unless they back it out again.

arseru commented on 2018-04-11 21:12 (UTC)

Still can't build after updating npm to 5.8.0-2, first I get a ulimit error Could not raise the soft file limit, and after raising the soft ulimit in /etc/security/limits.conf I still get another error EMFILE: too many open files.

Any ideas on how to fix this?

K900 commented on 2018-04-10 13:57 (UTC)

They reverted some stuff again, so the patch doesn't apply cleanly. I'm waiting for the dust to settle a bit (and for the GTK3 branch to get merged again) before I start fixing it.

arseru commented on 2018-04-09 19:20 (UTC) (edited on 2018-04-09 19:29 (UTC) by arseru)

Can't build, I get the following error after running makepkg -sci:

==> Starting prepare()...
patching file product.json
Hunk #2 FAILED at 12.
1 out of 2 hunks FAILED -- saving rejects to file product.json.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

@K900 suggestion isn't working for me. Is it building correctly for you @K900?

In case it's useful, file product.json.rej contains the following: https://pastebin.com/nK4DXkA1

K900 commented on 2018-04-03 10:58 (UTC)

Here's a diff to get things working against the latest master: https://gist.github.com/K900/5531d613609001822c9ad0125952d2b1