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:
parent
8a7ac30acf
commit
9eb8807f4d
3 changed files with 40 additions and 0 deletions
|
@ -86,6 +86,17 @@ with lib.metacfg;
|
|||
claude-desktop-with-fhs
|
||||
goose-cli
|
||||
aider-chat
|
||||
#vscode
|
||||
(vscode-with-extensions.override {
|
||||
vscodeExtensions = with vscode-extensions; [
|
||||
rooveterinaryinc.roo-cline
|
||||
rust-lang.rust-analyzer
|
||||
github.copilot
|
||||
ms-python.python
|
||||
ms-azuretools.vscode-docker
|
||||
ms-vscode-remote.remote-ssh
|
||||
];
|
||||
})
|
||||
];
|
||||
|
||||
zramSwap.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue