Commit 7edb5cb705e2

Vincent Demeester <vincent@sbr.pm>
2023-11-21 19:27:21
users/vincent: add some extensions to vscode
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 061f505
Changed files (1)
users
vincent
users/vincent/dev/default.nix
@@ -34,6 +34,14 @@
       {
         vscodeExtensions = with vscode-extensions; [
           ms-vsliveshare.vsliveshare
+          golang.go
+          github.codespaces
+          editorconfig.editorconfig
+          eamodio.gitlens
+          github.copilot
+          ms-vscode-remote.remote-ssh
+          ms-vscode-remote.remote-containers
+          redhat.vscode-yaml
         ];
       })
   ];