Package Details: vscodium 1.95.3.24321-1

Git Clone URL: https://aur.archlinux.org/vscodium.git (read-only, click to copy)
Package Base: vscodium
Description: Free/Libre Open Source Software Binaries of VSCode (git build from latest release).
Upstream URL: https://github.com/VSCodium/vscodium.git
Licenses: MIT
Conflicts: codium, vscodium, vscodium-bin, vscodium-git
Provides: codium, vscodium
Submitter: cedricroijakkers
Maintainer: cedricroijakkers (daiyam)
Last Packager: daiyam
Votes: 73
Popularity: 1.59
First Submitted: 2021-04-10 15:12 (UTC)
Last Updated: 2024-11-16 02:00 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 Next › Last »

cedricroijakkers commented on 2021-09-16 09:30 (UTC)

Interesting. I never had git-lfs installed on my system, yet never had any compilation issues. I've added it to the make dependencies now, so try again if that solves your issue. Otherwise, the only thing I can recommend is to clean the build cache of your AUR helper (paru in my case). With a clean cache I can build the software correctly at this point.

frankenstein20 commented on 2021-09-16 06:26 (UTC)

hi @HurricanePootis I have git-lfs on my system, but as you can see... it fails as well

HurricanePootis commented on 2021-09-15 21:29 (UTC)

Heads up, vscodium apparently requires the package git-lfs as a makedepends, seeing as it has large files it needs to git clone

==> Extracting sources...
  -> Creating working copy of vscodium git repo...
Cloning into 'vscodium'...
done.
git-lfs filter-process: line 1: git-lfs: command not found
fatal: the remote end hung up unexpectedly
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

reclusivesage commented on 2021-09-15 16:12 (UTC) (edited on 2021-09-15 16:16 (UTC) by reclusivesage)

Edit: Just realized user frankenstein20 had the same issue.

Is there anything I can do about the Git LFS error below?

When I tried updating VSCodium today, I got this:

==> Extracting sources...
  -> Creating working copy of vscodium git repo...
Cloning into 'vscodium'...
done.
Downloading build/windows/rtf/TXT2RTF.zip (374 KB)
Error downloading object: build/windows/rtf/TXT2RTF.zip (c3eac99): Smudge error: Error downloading build/windows/rtf/TXT2RTF.zip (c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9): error transferring "c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9": [0] remote missing object c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9

Errors logged to /home/uSER/AUR/vscodium/src/vscodium/.git/lfs/logs/20210915T120535.641902055.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: build/windows/rtf/TXT2RTF.zip: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

==> ERROR: Failure while creating working copy of vscodium git repo
    Aborting...

Here are the contents of /home/uSER/AUR/vscodium/src/vscodium/.git/lfs/logs/20210915T120535.641902055.log: https://bin.snopyta.org/?52228647825f1dfe#DezmRxLnP67WvBJQZpGWxNzi76SAjDRJYzvzBM8G6d4N

frankenstein20 commented on 2021-09-11 14:44 (UTC)

somehow I get an error :(

Error downloading object: build/windows/rtf/TXT2RTF.zip (c3eac99): Smudge error: Error downloading build/windows/rtf/TXT2RTF.zip (c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9): error transferring "c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9": [0] remote missing object c3eac997fba9d3d5596c503a826fe5d54c87b1cf899a790b6d077e4d196bd5e9

Direct-A commented on 2021-08-24 17:36 (UTC)

For someone have problem to use extension: Visual Studio IntelliCode.

If you get a ERROR: Sorry, something went wrong activating IntelliCode support for Python. Please check the "Python" and "VS IntelliCode" output windows for details.

And in OUTPUT -> VS IntelliCode: Language server is set to Pylance. Acquiring model Acquiring model 'intellisense-members-lstm-pylance' for python Querying IntelliCode service for available models. vs-intellicode-python was passed a model: {}. Cached model is up to date. Activating Python extension Language server extension command failed. Exception: Error: command 'python.intellicode.loadLanguageServerExtension' not found at g._tryExecuteCommand (file:///usr/share/vscodium/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:3364) at file:///usr/share/vscodium/resources/app/out/vs/workbench/workbench.desktop.main.js:1523:3245 at processTicksAndRejections (internal/process/task_queues.js:93:5) Error while activating Python: {}

!!!!!!!! Install vscodium-features will solve this problem !!!!!!!!

patlefort commented on 2021-07-26 00:12 (UTC)

This package does conflict with code as it install a file /usr/bin/code.

cedricroijakkers commented on 2021-06-14 11:14 (UTC)

@kearneyBack: There is indeed no reason why vscodium should not play together with code. I've updated the provides and conflicts configs to be less strict. You can install both next to each other now.

kearneyBack commented on 2021-06-14 11:05 (UTC)

why install this need to remove the package code ? can they play together?