Package Details: code-git 1.66.0.r94376.gd5b0615eca7-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: MIT
Conflicts: visual-studio-code-git
Provides: visual-studio-code-git
Submitter: Zrax
Maintainer: None
Last Packager: Zrax
Votes: 18
Popularity: 0.000008
First Submitted: 2017-12-18 23:10 (UTC)
Last Updated: 2022-03-16 15:49 (UTC)

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

==> Starting prepare()...
patching file product.json
patching file product.json
Hunk #1 FAILED at 34.
1 out of 1 hunk FAILED -- saving rejects to file product.json.rej
==> ERROR: A failure occurred in prepare().
    Aborting...
error: failed to build 'code-git-1.64.0.r92385.ga8539362921-1':

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 deleted master. 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!