Compare commits

...

2 commits

Author SHA1 Message Date
95585249e0
update vs code community extensions
All checks were successful
Build / nix-build (native-aarch64, varda) (push) Successful in 1m43s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 3m0s
Build / nix-build (native-x86_64, shadowfax) (push) Successful in 3m7s
Build / nix-build (native-x86_64, telperion) (push) Successful in 1m57s
Build / nix-build (native-x86_64, telchar) (push) Successful in 6m10s
2024-09-15 00:11:21 -05:00
c5fe8aebe2
added coder-remote extension 2024-09-14 23:34:17 -05:00
2 changed files with 6 additions and 5 deletions

View file

@ -369,11 +369,11 @@
]
},
"locked": {
"lastModified": 1726277723,
"narHash": "sha256-/Dk8qrBs9XE2kS3bbvKaq+EZTH9lTsSrkxx/MdTQZ4s=",
"lastModified": 1726365102,
"narHash": "sha256-FxjobZPWNGQGYlAwdglmCyzBCLhjSqI60Kc/mC5xJkc=",
"owner": "nix-community",
"repo": "nix-vscode-extensions",
"rev": "42c1ec06e709349f11bec2b3c61a75018bd6b9b9",
"rev": "18768cf8a9fad0e1cfb7a18199a269b2a22a88ee",
"type": "github"
},
"original": {

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.