mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 17:32:19 +00:00
vscode: add gh-actions extension, use native nix pkg for a few others
This commit is contained in:
parent
88d9ae52c6
commit
98d190128d
1 changed files with 3 additions and 12 deletions
|
@ -13,12 +13,15 @@
|
||||||
# extensions available as nix packages
|
# extensions available as nix packages
|
||||||
bbenoist.nix
|
bbenoist.nix
|
||||||
github.copilot
|
github.copilot
|
||||||
|
github.copilot-chat
|
||||||
|
github.vscode-github-actions
|
||||||
golang.go
|
golang.go
|
||||||
hashicorp.terraform
|
hashicorp.terraform
|
||||||
ms-kubernetes-tools.vscode-kubernetes-tools
|
ms-kubernetes-tools.vscode-kubernetes-tools
|
||||||
ms-vscode-remote.remote-ssh
|
ms-vscode-remote.remote-ssh
|
||||||
ms-vscode.powershell
|
ms-vscode.powershell
|
||||||
redhat.vscode-yaml
|
redhat.vscode-yaml
|
||||||
|
tailscale.vscode-tailscale
|
||||||
tamasfe.even-better-toml
|
tamasfe.even-better-toml
|
||||||
timonwong.shellcheck
|
timonwong.shellcheck
|
||||||
vscodevim.vim
|
vscodevim.vim
|
||||||
|
@ -31,12 +34,6 @@
|
||||||
version = "0.0.13";
|
version = "0.0.13";
|
||||||
sha256 = "sha256-N5XMHW6UadKjE29p2vevtjgqLA4QysYu2xT3njmyHLk=";
|
sha256 = "sha256-N5XMHW6UadKjE29p2vevtjgqLA4QysYu2xT3njmyHLk=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "copilot-chat";
|
|
||||||
publisher = "github";
|
|
||||||
version = "0.11.2023110202";
|
|
||||||
sha256 = "sha256-q+WWhb5hDv1J/v996gLPozC9Yc7hvAnRvvzYQxBNeVQ=";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "hadolint";
|
name = "hadolint";
|
||||||
publisher = "exiasr";
|
publisher = "exiasr";
|
||||||
|
@ -61,12 +58,6 @@
|
||||||
version = "3.6.0";
|
version = "3.6.0";
|
||||||
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI=";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "vscode-tailscale";
|
|
||||||
publisher = "tailscale";
|
|
||||||
version = "1.0.0";
|
|
||||||
sha256 = "sha256-MKiCZ4Vu+0HS2Kl5+60cWnOtb3udyEriwc+qb/7qgUg=";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
globalSnippets = {
|
globalSnippets = {
|
||||||
"Insert timestamp" = {
|
"Insert timestamp" = {
|
||||||
|
|
Loading…
Reference in a new issue