Compare commits
No commits in common. "95585249e0dfe0623da2d8b64b03d41bc90fc16b" and "98ac76def880cd8d96e58cb3f2a99ce3d5f257c8" have entirely different histories.
95585249e0
...
98ac76def8
2 changed files with 5 additions and 6 deletions
|
@ -369,11 +369,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1726365102,
|
||||
"narHash": "sha256-FxjobZPWNGQGYlAwdglmCyzBCLhjSqI60Kc/mC5xJkc=",
|
||||
"lastModified": 1726277723,
|
||||
"narHash": "sha256-/Dk8qrBs9XE2kS3bbvKaq+EZTH9lTsSrkxx/MdTQZ4s=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nix-vscode-extensions",
|
||||
"rev": "18768cf8a9fad0e1cfb7a18199a269b2a22a88ee",
|
||||
"rev": "42c1ec06e709349f11bec2b3c61a75018bd6b9b9",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -6,14 +6,11 @@ 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"
|
||||
|
@ -29,6 +26,8 @@ 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