added coder-remote extension

This commit is contained in:
Joseph Hanson 2024-09-14 23:34:17 -05:00
parent 98ac76def8
commit c5fe8aebe2
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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.