Package Details: vscodium 1.99.32704-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: 77
Popularity: 2.13
First Submitted: 2021-04-10 15:12 (UTC)
Last Updated: 2025-04-22 17:24 (UTC)

Pinned Comments

Latest Comments

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

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?

brli commented on 2021-05-13 05:37 (UTC)

@cedricroijakkers yw.

https://github.com/Brli/vscodium/blob/master/PKGBUILD

cedricroijakkers commented on 2021-05-12 08:06 (UTC)

@BrLi: As far as I know, this is the same build method as the vscodium repo uses. Keep in mind that this is not the same as vscode itself, but a stripped-from-all-telemetry open source version. If you want normal vscode, you need to install the code package. If you have any ideas on optimising the build process of Codium, please do tell.

brli commented on 2021-05-11 21:20 (UTC)

Hi, is it possible that you switch to use the build method of vscode from official repo, that doesn't include the full binary of electron/chromium stack?

as the size would be much smaller.