NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.38k stars 13.61k forks source link

vscodium last update broke multiple extentions #336977

Open uzytkownik opened 3 weeks ago

uzytkownik commented 3 weeks ago

Describe the bug

vscodium does not load multiple extentions

Steps To Reproduce

  1. Install vscodium with extentions like: pkgs.vscode-extensions.rust-lang.rust-analyzer, pkgs.vscode-extensions.mkhl.direnv, pkgs.vscode-extensions.kahole.magit, pkgs.vscode-extensions.bbenoist.nix, pkgs.vscode-extensions.eamodio.gitlens, pkgs.vscode-extensions.vadimcn.vscode-lldb or pkgs.vscode-extensions.james-yu.latex-workshop

Expected behavior

They don't show in list of installed plugins and they don't work

Additional context

TOML plugin seems to work. In debug output they seems to be listed as installed locally.

Reverting the update of codium did not fixed the problem

Notify maintainers

@ryand56

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.45, NixOS, 24.11 (Vicuna), 24.11pre669741.c374d94f1536`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - channels(root): `"nixos"`
 - channels(mpiechotka): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

EmanuelM153 commented 1 week ago

This bug happens with vscode version 1.92.2, with extensions pkgs.vscode-extensions.vscjava.vscode-java-pack and pkgs.vscode-extensions.redhat.java, however with vscodium it works fine. Should I create a separate issue?