vscode: rust-analyzer seem to be fixed in last OS version
All checks were successful
check / check (push) Successful in 40s
All checks were successful
check / check (push) Successful in 40s
This commit is contained in:
parent
be12c665f1
commit
e9129037ef
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ in
|
||||||
extensions =
|
extensions =
|
||||||
with pkgs.vscode-extensions;
|
with pkgs.vscode-extensions;
|
||||||
commonExtensions
|
commonExtensions
|
||||||
++ [ tamasfe.even-better-toml ]; # rust-lang.rust-analyzer not compile for now
|
++ [ tamasfe.even-better-toml rust-lang.rust-analyzer ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Typescript = {
|
Typescript = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue