vscode: rust-analyzer seem to be fixed in last OS version
All checks were successful
check / check (push) Successful in 40s

This commit is contained in:
Florian RICHER 2025-02-26 18:36:27 +01:00
parent be12c665f1
commit e9129037ef
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77

View file

@ -72,7 +72,7 @@ in
extensions =
with pkgs.vscode-extensions;
commonExtensions
++ [ tamasfe.even-better-toml ]; # rust-lang.rust-analyzer not compile for now
++ [ tamasfe.even-better-toml rust-lang.rust-analyzer ];
};
Typescript = {