add rust plugins & update copilot chat for vscode 1.93
This commit is contained in:
parent
95585249e0
commit
75e2605c64
1 changed files with 5 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue