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, yarn-berryAUR, corepackerAUR) (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
1 2 3 4 5 6 .. 9 Next › Last »
TrialnError commented on 2024-06-08 19:58 (UTC)
Did a sync with the repo PKGBUILD. Mostly done because of updating the electron version and the general changes since 1.6x.
This change may disturb some old behaviour, so this should be seen as a new base for someone to tinker. Hopefully by someone who uses this package.
prepare()
is working,build()
currently fails for me, because it cannot download the electron version.Mecso commented on 2022-07-16 16:35 (UTC)
Build failes because it requires 16<=nodejs<=17, switch make dep to nodejs-lts-gallium.
Jaakkonen commented on 2022-03-16 02:03 (UTC)
Patches for product.json seem to be outdated for commit #b8c8180
Zrax commented on 2022-01-29 23:37 (UTC)
@chovy: Fixed, thanks
chovy commented on 2022-01-24 21:00 (UTC)
ln: failed to create symbolic link '/home/ettinger/.cache/yay/code-git/pkg/code-git/usr/lib/code-git/node_modules.asar.unpacked/vscode-ripgrep/bin/rg': No such file or directory ==> ERROR: A failure occurred in package(). Aborting... -> error making: code-git
Vi0L0 commented on 2021-06-27 14:41 (UTC) (edited on 2021-06-27 14:42 (UTC) by Vi0L0)
Please use 'nodejs' as makedepends:
==> Rozpoczynanie build()... yarn install v1.22.10 $ node build/npm/preinstall.js *** Please use node.js versions >=14 and <=17.
Zrax commented on 2021-02-15 23:03 (UTC)
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 (UTC) (edited on 2021-02-15 12:10 (UTC) by dr460nf1r3)
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.
1 2 3 4 5 6 .. 9 Next › Last »