From 4ee2e727a2638787c2210021d83b077c1bcb59cd Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Fri, 22 May 2026 13:45:44 -0400 Subject: [PATCH] ssh edit config --- default-configuration.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/default-configuration.nix b/default-configuration.nix index 3f3b304..afba4c0 100644 --- a/default-configuration.nix +++ b/default-configuration.nix @@ -177,6 +177,12 @@ version = "5.0.0"; sha256 = "sha256-/gLvhw0XcUb6Jch/LZ4k7xpSS9wdYWVf5u7uvOHS+i8="; } + { + name = "remote-ssh-edit"; + publisher = "ms-vscode-remote"; + version = "0.47.2"; + sha256 = "1hp6gjh4xp2m1xlm1jsdzxw9d8frkiidhph6nvl24d0h8z34w49g"; + } ]; }; };