From 75e2605c64fe65ad6900d7214f7867e4724e3379 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 15 Sep 2024 10:49:19 -0500 Subject: [PATCH] add rust plugins & update copilot chat for vscode 1.93 --- nixos/modules/nixos/editor/vscode.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index dd6d180..1067fe7 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -29,6 +29,9 @@ let "task.vscode-task" "tyriar.sort-lines" "yzhang.markdown-all-in-one" + "fill-labs.dependi" + "rust-lang.rust-analyzer" + "dustypomerleau.rust-syntax" # "github.copilot-chat" ]; # Nixpkgs Extensions. These are updated whenver they get around to it. @@ -49,8 +52,8 @@ let # The latest generally targets insiders build of vs code right now and it won't load on stable. name = "copilot-chat"; publisher = "github"; - version = "0.18.2"; - sha256 = "sha256-cku6FV88jMwWoxSiMAufZy00H9Wc1XnJJDBrfWAwXPg="; + version = "0.20.1"; + sha256 = "sha256-HCPUufTZdukDmvP4/90K1x6bPq281Y02RpRds0vDL3U="; } { name = "remote-ssh";