Compare commits
2 commits
98ac76def8
...
95585249e0
Author | SHA1 | Date | |
---|---|---|---|
95585249e0 | |||
c5fe8aebe2 |
2 changed files with 6 additions and 5 deletions
|
@ -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": {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue