diff --git a/nixos/gui/vscode.nix b/nixos/gui/vscode.nix index 4331c731..a608160f 100644 --- a/nixos/gui/vscode.nix +++ b/nixos/gui/vscode.nix @@ -22,11 +22,17 @@ ++ vscode-utils.extensionsFromVscodeMarketplace [ + { + publisher = "vscodevim"; + name = "vim"; + version = "1.21.7"; + sha256 = "sha256-nCcDafZ2CUhTjVha+6Mjxoil61xMGboO5lajc7dGEJg="; + } { publisher = "matklad"; name = "rust-analyzer"; - version = "0.2.599"; - sha256 = "9nxnPZ68kFh1oKCxvzDaGg3rP0ezksiKhroSL5Co3fs="; + version = "0.2.751"; + sha256 = "sha256-SqwYFvGLgtSN8BIdZ5o15poGO1Y5yqwvYCqDhub0LCY="; } { publisher = "sjhuangx"; @@ -40,12 +46,6 @@ version = "0.6.2"; sha256 = "0h4v4rnximy6rbh83y4s2qj1cqbj66g9wld39mzd0zwgi6ig9syd"; } - { - publisher = "vscodevim"; - name = "vim"; - version = "1.18.5"; - sha256 = "0cbmmhkbr4f1afk443sgdihp2q5zkzchbr2yhp7bm5qnv7xdv5l4"; - } { publisher = "swyphcosmo"; name = "spellchecker";