Search Criteria
Package Details: code-git 1.66.0.r94376.gd5b0615eca7-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: | Zrax |
Last Packager: | Zrax |
Votes: | 18 |
Popularity: | 0.027290 |
First Submitted: | 2017-12-18 23:10 (UTC) |
Last Updated: | 2022-03-16 15:49 (UTC) |
Dependencies (14)
- electron13 (electron13-bin)
- libsecret
- libx11 (libx11-git, libx11-firefox-fix)
- libxkbfile
- ripgrep (ripgrep-git)
- git (git-vfs, git-git, git-run-command-patch-git) (make)
- gulp (gulp-cli) (make)
- nodejs-lts-fermium (make)
- npm (nodejs6-bin, nodejs-nightly) (make)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- yarn (yarn-nightly, yarn-xdg, yarn-xdg-bin) (make)
- bash-completion (bash-completion-git) (optional) – Bash completions
- x11-ssh-askpass (gnome-ssh-askpass2, ssh-askpass-fullscreen, gnome-ssh-askpass3, ksshaskpass-git, seahorse-git, xaskpass, openssh-askpass, ksshaskpass, seahorse) (optional) – SSH authentication
- zsh-completions (zsh-completions-git) (optional) – ZSH completitons
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
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.
codebling commented on 2021-01-28 23:57 (UTC)
@zrax nice, my mistake!
1 2 3 4 5 6 .. 9 Next › Last »