feat: add support for VSCode and roo-cline extension

Introduce VSCode configuration and integrate roo-cline extension. This includes adding roo-cline to vscode extensions and setting up metadata for its marketplace details.
This commit is contained in:
Harald Hoyer 2025-04-09 13:40:29 +02:00
parent 8a7ac30acf
commit 9eb8807f4d
3 changed files with 40 additions and 0 deletions

View file

@ -6,6 +6,11 @@ final: prev: {
open-webui
claude-code
aider-chat
vscode
;
goose-cli = channels.unstable.callPackage ./goose.nix { };
vscode-extensions = channels.unstable.vscode-extensions // {
rooveterinaryinc = { roo-cline = channels.unstable.callPackage ./roo-code.nix { }; };
};
}