Package Details: code-git 1.66.0.r94376.gd5b0615eca7-1

Git Clone URL: https://aur.archlinux.org/code-git.git (read-only, click to copy)
Package Base: code-git
Description: The Open Source build of Visual Studio Code (vscode) editor - git latest
Upstream URL: https://github.com/microsoft/vscode
Keywords: vscode
Licenses: MIT
Conflicts: visual-studio-code-git
Provides: visual-studio-code-git
Submitter: Zrax
Maintainer: None
Last Packager: Zrax
Votes: 18
Popularity: 0.000008
First Submitted: 2017-12-18 23:10 (UTC)
Last Updated: 2022-03-16 15:49 (UTC)

Latest Comments

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

Mythra commented on 2019-07-14 14:12 (UTC)

@hugegameartgd no, I was walking about the memory limit that was hardcoded for building code.git when calling gulp. Not when actually using code. This has been added though with the latest pkgbuild: https://aur.archlinux.org/cgit/aur.git/commit/?h=code-git&id=8f1d4f52cf99

LinuxUserGD commented on 2019-07-14 11:20 (UTC)

@SecurityInsanity Something like this? https://stackoverflow.com/a/44642360

Mythra commented on 2019-07-07 15:06 (UTC)

I've been running out of memory trying to compile the gulp tasks lately. Would it be possible to get an environment variable or something to bump this up without having to modify PKGBUILD locally?

bparsons commented on 2019-04-19 12:56 (UTC)

Upstream currently lists Node.JS, x64, version >= 10.15.1, < 11.0.0 in requirements. (https://github.com/Microsoft/vscode/wiki/How-to-Contribute#build-and-run)

I have been building this with nodejs-lts-dubnium as a dependency instead of nodejs-lts-carbon.

bilabila commented on 2019-04-14 08:41 (UTC)

Hi, I don't know why using two spaces in "Code - OSS" in product.json.

Zrax commented on 2019-04-01 04:23 (UTC)

@ShayBox: You'll need to convince Microsoft to make it buildable with nodejs 10.x -- currently it isn't, which is why we require building with 8.x (carbon). However, once its built, you can always go back to the normal nodejs package, so you might consider building code in a VM or chroot, if you can't on your host system.

darkbasic commented on 2019-03-06 16:07 (UTC)

The build fails with the following error:

[17:05:01] Starting compile-build ... [17:05:01] Finished compile-build after 0 ms [17:05:01] Starting optimize-vscode ... [17:05:01] 'vscode-linux-x64-min' errored after 2.18 min [17:05:01] out-build/vs/workbench/services/files/node/remoteFileService.js:542 return super.updateContent(target, content.value, { encoding: content.encoding }); ^^^^^

SyntaxError: 'super' keyword unexpected here at NodeScriptLoader._loadAndEvalScript (evalmachine.<anonymous>:801:26) at evalmachine.<anonymous>:780:31 at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3)

NOTE: If the build failed due to running out of file handles (EMFILE), you will need to raise your max open file limit. You can check this for more information on how to increase this limit: https://ro-che.info/articles/2017-03-26-increase-open-files-limit

bbx0 commented on 2019-01-25 16:22 (UTC)

The build failed for me without having 'python' installed. Please can you add 'python' to the makedepends? (python2 does not provide /usr/bin/python)

Error: /bin/sh: python: command not found

<deleted-account> commented on 2019-01-12 08:52 (UTC)

nodejs with nodejs-lts-carbon conflicts...correct them...thanks.