mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
Update rust-analyzer
TODO: automated update script for extensions!
This commit is contained in:
parent
3e8d580aa5
commit
f32a22f1d9
1 changed files with 6 additions and 1 deletions
|
|
@ -30,7 +30,6 @@
|
|||
};
|
||||
extensions = with pkgs.vscode-extensions; [
|
||||
jnoortheen.nix-ide
|
||||
rust-lang.rust-analyzer
|
||||
usernamehw.errorlens
|
||||
ms-vscode.cmake-tools
|
||||
ms-vscode.cpptools
|
||||
|
|
@ -49,6 +48,12 @@
|
|||
vadimcn.vscode-lldb
|
||||
ms-vscode.hexeditor
|
||||
] ++ pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||
{
|
||||
publisher = "rust-lang";
|
||||
name = "rust-analyzer";
|
||||
version = "0.4.1695";
|
||||
sha256 = "sha256-dhZN7xapaOI7A7Bn7DrnSuGO1JI2zA7LU8jb5PYmWXM=";
|
||||
}
|
||||
{
|
||||
publisher = "dtsvet";
|
||||
name = "vscode-wasm";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue