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 »
colorfulsing commented on 2019-11-28 03:15 (UTC) (edited on 2019-11-28 03:18 (UTC) by colorfulsing)
Hi everyone!
For anyone that want to install it on
aarch64
(like Pinebook Pro or Pi4) you need to edit PKGBUILD at line 9 to add 'aarch64' as follows:And then add this code to the
case
statement at line 38:If you have less than 8GB RAM on your system (like on Pinebook Pro or Pi4) then make sure to add a swap partition or swap file to increase your RAM before compiling.
Thank you very much @Zrax for creating this package, it has been incredibly useful to me and so many people!
For everyone like me that prefer a patch file, here is the Git patch:
LinuxUserGD commented on 2019-11-11 15:02 (UTC) (edited on 2019-11-11 19:18 (UTC) by LinuxUserGD)
I still get the same node-gyp error with electron6 pacman package (any node_modules/* module, e. g.
native-watchdog
,native-keymap
, ...). I tried it withnodejs-lts-dubnium
andnodejs
.Edit: Now it's
Zrax commented on 2019-11-07 21:46 (UTC)
I don't know anything about the electron provided by npm... I meant using the version provided by arch (e.g. by downloading from https://archive.archlinux.org/packages/e/electron/ ). When I tested the latest 6.1 version from there yesterday, it built correctly.
LinuxUserGD commented on 2019-11-07 17:02 (UTC)
Also doesn't work with electron6 installed by npm (using
sudo npm install electron@6-1-x -g --unsafe-perm=true --allow-root
)I get
sudo node-gyp install node-headers -g
printsbut still same error.
Zrax commented on 2019-11-07 16:49 (UTC)
This package installs as "code-git" rather than "code", and to its own directory. Therefore, it can be installed side-by-side with either code-bin or code
mprom commented on 2019-11-07 16:02 (UTC)
Maybe I'm dumb, but shouldn't this be set to conflict with the code package? (https://www.archlinux.org/packages/community/x86_64/code/) At least I'm fairly certain they will start fighting about the right to the 'code' command.
Potentially the same issue exists for visual-studio-code-bin, visual-studio-code-insiders or even vscodium-bin
Zrax commented on 2019-11-06 22:04 (UTC)
For now, you'll need to install an old (6.x) version of electron to build code-git. I'll see about getting an electron6 package to avoid requiring an old version of the "main" electron package.
LinuxUserGD commented on 2019-10-29 17:24 (UTC) (edited on 2019-11-03 11:44 (UTC) by LinuxUserGD)
I get this error using
yay -S --devel --timeupdate --rebuild --mflags "mem_limit=7000" code-git
:Edit: still fails when building fresh packages
Zrax commented on 2019-10-14 20:56 (UTC)
Package updated to bump up the default mem limit (6G) and switch back to electron 6.0.
LinuxUserGD commented on 2019-10-06 10:21 (UTC)
The build fails with the following error (using
yay -S --devel code-git
)« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »