added coder-remote extension
This commit is contained in:
parent
98ac76def8
commit
c5fe8aebe2
1 changed files with 3 additions and 2 deletions
|
@ -6,11 +6,14 @@ let
|
||||||
vscodeCommunityExtensions = [
|
vscodeCommunityExtensions = [
|
||||||
"ahmadalli.vscode-nginx-conf"
|
"ahmadalli.vscode-nginx-conf"
|
||||||
"astro-build.astro-vscode"
|
"astro-build.astro-vscode"
|
||||||
|
"bmalehorn.vscode-fish"
|
||||||
|
"coder.coder-remote"
|
||||||
"dracula-theme.theme-dracula"
|
"dracula-theme.theme-dracula"
|
||||||
"editorconfig.editorconfig"
|
"editorconfig.editorconfig"
|
||||||
"esbenp.prettier-vscode"
|
"esbenp.prettier-vscode"
|
||||||
"foxundermoon.shell-format"
|
"foxundermoon.shell-format"
|
||||||
"github.copilot"
|
"github.copilot"
|
||||||
|
"hashicorp.hcl"
|
||||||
"jnoortheen.nix-ide"
|
"jnoortheen.nix-ide"
|
||||||
"mikestead.dotenv"
|
"mikestead.dotenv"
|
||||||
"mrmlnc.vscode-json5"
|
"mrmlnc.vscode-json5"
|
||||||
|
@ -26,8 +29,6 @@ let
|
||||||
"task.vscode-task"
|
"task.vscode-task"
|
||||||
"tyriar.sort-lines"
|
"tyriar.sort-lines"
|
||||||
"yzhang.markdown-all-in-one"
|
"yzhang.markdown-all-in-one"
|
||||||
"bmalehorn.vscode-fish"
|
|
||||||
"hashicorp.hcl"
|
|
||||||
# "github.copilot-chat"
|
# "github.copilot-chat"
|
||||||
];
|
];
|
||||||
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
# Nixpkgs Extensions. These are updated whenver they get around to it.
|
||||||
|
|
Loading…
Reference in a new issue