Search Criteria
Package Details: code-git 1.91.0.r122257.gd2d053d84e2-1
Package Actions
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: | TrialnError |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2017-12-18 23:10 (UTC) |
Last Updated: | 2024-06-08 19:56 (UTC) |
Dependencies (16)
- electron29 (electron29-binAUR)
- libsecret
- libx11 (libx11-gitAUR)
- libxkbfile
- ripgrep (ripgrep-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gulp (gulp-cliAUR) (make)
- nodejs-lts-iron (make)
- npm (corepackerAUR, python-nodejs-wheelAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- yarn (yarn-pnpm-corepackAUR, corepackerAUR, yarn-berryAUR) (make)
- zip (zip-natspecAUR) (make)
- bash-completion (bash-completion-gitAUR) (optional) – Bash completions
- x11-ssh-askpass (gnome-ssh-askpass3AUR, seahorse-gitAUR, gnome-ssh-askpass4-gitAUR, ssh-askpass-fullscreenAUR, ksshaskpass-gitAUR, xaskpassAUR, openssh-askpassAUR, ksshaskpass, seahorse) (optional) – SSH authentication
- zsh-completions (zsh-completions-gitAUR) (optional) – ZSH completitons
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »
LinuxUserGD commented on 2019-07-14 15:28 (UTC) (edited on 2019-07-14 15:30 (UTC) by LinuxUserGD)
Thanks! "export mem_limit=6000" worked for me.
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »