add go-task extension
This commit is contained in:
parent
1e29882c46
commit
836a67c483
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue