From 98d190128d9da70e398c446e3a06e28d5a0ad1e8 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Fri, 9 Feb 2024 16:15:11 -0600 Subject: [PATCH] vscode: add gh-actions extension, use native nix pkg for a few others --- home/features/desktop/vscode.nix | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/home/features/desktop/vscode.nix b/home/features/desktop/vscode.nix index 65a4635..39eb6d6 100644 --- a/home/features/desktop/vscode.nix +++ b/home/features/desktop/vscode.nix @@ -13,12 +13,15 @@ # extensions available as nix packages bbenoist.nix github.copilot + github.copilot-chat + github.vscode-github-actions golang.go hashicorp.terraform ms-kubernetes-tools.vscode-kubernetes-tools ms-vscode-remote.remote-ssh ms-vscode.powershell redhat.vscode-yaml + tailscale.vscode-tailscale tamasfe.even-better-toml timonwong.shellcheck vscodevim.vim @@ -31,12 +34,6 @@ version = "0.0.13"; sha256 = "sha256-N5XMHW6UadKjE29p2vevtjgqLA4QysYu2xT3njmyHLk="; } - { - name = "copilot-chat"; - publisher = "github"; - version = "0.11.2023110202"; - sha256 = "sha256-q+WWhb5hDv1J/v996gLPozC9Yc7hvAnRvvzYQxBNeVQ="; - } { name = "hadolint"; publisher = "exiasr"; @@ -61,12 +58,6 @@ version = "3.6.0"; sha256 = "sha256-FZTiNGSY+8xk3DJsTKQu4AHy1UFvg0gbrzPpjqRlECI="; } - { - name = "vscode-tailscale"; - publisher = "tailscale"; - version = "1.0.0"; - sha256 = "sha256-MKiCZ4Vu+0HS2Kl5+60cWnOtb3udyEriwc+qb/7qgUg="; - } ]; globalSnippets = { "Insert timestamp" = {