Removes rust-analyzer vscode extension

nix-darwin
Abhinav Sarkar 2023-03-03 16:24:16 +05:30
parent 88c4f9ece1
commit d948c379bb
2 changed files with 0 additions and 7 deletions

View File

@ -29,7 +29,6 @@ in {
justusadam.language-haskell
kamikillerto.vscode-colorize
mhutchie.git-graph
rust-lang.rust-analyzer
skellock.just
streetsidesoftware.code-spell-checker
timonwong.shellcheck

View File

@ -107,12 +107,6 @@
version = "1.3.0";
sha256 = "0svmpakm22apsr366ara0vpkcf141a2nv55y81kslj8pnsihb7w1";
}
{
name = "rust-analyzer";
publisher = "rust-lang";
version = "0.4.1413";
sha256 = "1xh44ga8na4sn37r1mmir37jis0g39j66k6vc1vjdn6zvdaygf3f";
}
{
name = "just";
publisher = "skellock";