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.httpie
unstable.mods unstable.mods
unstable.peazip unstable.peazip
unstable.seabird
unstable.telegram-desktop unstable.telegram-desktop
unstable.tidal-hifi unstable.tidal-hifi
inputs.ghostty.packages.${pkgs.system}.default inputs.ghostty.packages.${pkgs.system}.default

View file

@ -5,6 +5,7 @@ let
# VSCode Community Extensions. These are updated daily. # VSCode Community Extensions. These are updated daily.
vscodeCommunityExtensions = [ vscodeCommunityExtensions = [
"ahmadalli.vscode-nginx-conf" "ahmadalli.vscode-nginx-conf"
"astro-build.astro-vscode"
"dracula-theme.theme-dracula" "dracula-theme.theme-dracula"
"editorconfig.editorconfig" "editorconfig.editorconfig"
"esbenp.prettier-vscode" "esbenp.prettier-vscode"
@ -22,9 +23,10 @@ let
"redhat.vscode-yaml" "redhat.vscode-yaml"
"signageos.signageos-vscode-sops" "signageos.signageos-vscode-sops"
"tamasfe.even-better-toml" "tamasfe.even-better-toml"
"task.vscode-task"
"tyriar.sort-lines" "tyriar.sort-lines"
"yzhang.markdown-all-in-one" "yzhang.markdown-all-in-one"
"astro-build.astro-vscode"
# "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.