add go-task extension

This commit is contained in:
Joseph Hanson 2024-09-02 22:17:48 -05:00
parent 1e29882c46
commit 836a67c483
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 4 additions and 1 deletions

View file

@ -38,6 +38,7 @@ with config;
unstable.httpie
unstable.mods
unstable.peazip
unstable.seabird
unstable.telegram-desktop
unstable.tidal-hifi
inputs.ghostty.packages.${pkgs.system}.default

View file

@ -5,6 +5,7 @@ let
# VSCode Community Extensions. These are updated daily.
vscodeCommunityExtensions = [
"ahmadalli.vscode-nginx-conf"
"astro-build.astro-vscode"
"dracula-theme.theme-dracula"
"editorconfig.editorconfig"
"esbenp.prettier-vscode"
@ -22,9 +23,10 @@ let
"redhat.vscode-yaml"
"signageos.signageos-vscode-sops"
"tamasfe.even-better-toml"
"task.vscode-task"
"tyriar.sort-lines"
"yzhang.markdown-all-in-one"
"astro-build.astro-vscode"
# "github.copilot-chat"
];
# Nixpkgs Extensions. These are updated whenver they get around to it.