Search Criteria
Package Details: code-git 1.53.0.r76027.gd045bc6ed1d-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: | |
Conflicts: | |
Provides: | |
Submitter: | Zrax |
Maintainer: | Zrax |
Last Packager: | Zrax |
Votes: | 16 |
Popularity: | 0.27 |
First Submitted: | 2017-12-18 23:10 |
Last Updated: | 2021-01-28 18:06 |
Dependencies (14)
- electron (electron-ozone, electron-beta-bin, electron-nightly-npm)
- libsecret
- libx11 (libx11-git)
- libxkbfile
- ripgrep (ripgrep-simd, ripgrep-git)
- git (git-git) (make)
- gulp (gulp-cli) (make)
- nodejs-lts-fermium (make)
- npm (nodejs6-bin, nodejs-nightly, npm6) (make)
- python2 (make)
- yarn (yarn-nightly) (make)
- bash-completion (bash-completion-git) (optional) – Bash completions
- x11-ssh-askpass (gnome-ssh-askpass2, ssh-askpass-fullscreen, gnome-ssh-askpass3, xaskpass, ksshaskpass-git, seahorse-git, ksshaskpass, openssh-askpass, seahorse) (optional) – SSH authentication
- zsh-completions (zsh-completions-git) (optional) – ZSH completitons
Latest Comments
1 2 3 4 5 6 ... Next › Last »
Zrax commented on 2021-02-15 23:03
Yes, Microsoft changed the name of their development branch to
main
, and deletedmaster
. Therefore, you'll need to update the vscode bare repo in your working directory:cd vscode && git symbolic-ref HEAD refs/heads/main
Or alternatively, just delete the
vscode
directory and rebuild to clone a fresh copy with the correct default branch.dr460nf1r3 commented on 2021-02-15 12:09
https://github.com/microsoft/vscode/commit/980becda8d52cc341ddf349021bbda0788912b4d Renders the current PKGBUILD broken I think since this is the result:
==> Extracting sources... -> Creating working copy of vscode git repo... Cloning into 'vscode'... done. warning: remote HEAD refers to nonexistent ref, unable to checkout.
codebling commented on 2021-01-28 23:57
@zrax nice, my mistake!
Zrax commented on 2021-01-28 23:49
gawk
is part ofbase-devel
, which is required for building packages withmakepkg
codebling commented on 2021-01-28 18:59
@zrax thanks for updating the package. May have to add
gawk
tomakedepends
forpkgver()
dr460nf1r3 commented on 2021-01-26 18:02
This needs the pkgver reworked as already pointed out. Trying to get this into Chaotic-AUR but the versioning makes it impossible to update.
Zrax commented on 2020-11-09 04:33
@kevr: This can be installed side-by-side with
code
, since it installs in a different path and uses a different wrapper script.kevr commented on 2020-11-08 08:35
Should this not conflict with
code
?TriMoon commented on 2020-10-28 08:52
Unable to build on Manjaro Linux...
Trying to build (install) from within the Add/Remove Software of Manjaro (aka pamac Manager), the below is what i get:
This stayed like that until i decided to cancle the operation...
PS: All extra dependencies before the build process were automatically selected from the official manjaro repo.
crabvk commented on 2020-10-03 10:35
For some reason I'm getting EMFILE error and my
ulimit -Sn
is 6144. I've changed--max_old_space_size=6144
to--max_old_space_size=6100
and now package builds ok.