From dad6a996540ffcfa5c4cb8f69e47e868a6ba8b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Wed, 22 Sep 2021 13:02:59 +0100 Subject: [PATCH] update vscode plugins --- nixos/gui/vscode.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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";