From c5fe8aebe2cc61143f98e3b91228a39bb848bd8f Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sat, 14 Sep 2024 23:34:17 -0500 Subject: [PATCH] added coder-remote extension --- nixos/modules/nixos/editor/vscode.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index 5bcbd24..dd6d180 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -6,11 +6,14 @@ let vscodeCommunityExtensions = [ "ahmadalli.vscode-nginx-conf" "astro-build.astro-vscode" + "bmalehorn.vscode-fish" + "coder.coder-remote" "dracula-theme.theme-dracula" "editorconfig.editorconfig" "esbenp.prettier-vscode" "foxundermoon.shell-format" "github.copilot" + "hashicorp.hcl" "jnoortheen.nix-ide" "mikestead.dotenv" "mrmlnc.vscode-json5" @@ -26,8 +29,6 @@ let "task.vscode-task" "tyriar.sort-lines" "yzhang.markdown-all-in-one" - "bmalehorn.vscode-fish" - "hashicorp.hcl" # "github.copilot-chat" ]; # Nixpkgs Extensions. These are updated whenver they get around to it.