Add roo to vscode extensions
All checks were successful
Run nix flake check / flake-check (push) Successful in 2m43s
Periodic flake update / flake-update (push) Successful in 2m10s

This commit is contained in:
2025-08-25 14:58:57 +02:00
parent 0228feae69
commit 0d6ff5669f

View File

@@ -12,17 +12,18 @@
"direnv.restart.automatic" = true;
};
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
catppuccin.catppuccin-vsc
catppuccin.catppuccin-vsc-icons
github.copilot
github.copilot-chat
golang.go
vscodevim.vim
mkhl.direnv
ms-python.python
ms-vscode-remote.remote-ssh
bbenoist.nix
mkhl.direnv
rooveterinaryinc.roo-cline
rust-lang.rust-analyzer
vscodevim.vim
];
};
};