0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

vscode-extensions.saoudrizwan.claude-dev: init at 3.0.12 (#370287)

This commit is contained in:
Pol Dellaiera 2025-01-02 17:33:11 +01:00 committed by GitHub
commit 846f3ebbd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 0 deletions

View file

@ -4287,6 +4287,8 @@ let
};
};
saoudrizwan.claude-dev = callPackage ./saoudrizwan.claude-dev { };
sainnhe.gruvbox-material = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "gruvbox-material";

View file

@ -0,0 +1,21 @@
{
lib,
vscode-utils,
}:
vscode-utils.buildVscodeMarketplaceExtension {
mktplcRef = {
name = "claude-dev";
publisher = "saoudrizwan";
version = "3.0.12";
hash = "sha256-GlBo4MIoIazKEYHv4yXpRGLVElOnjYgD9gB6rMQxeGg=";
};
meta = {
description = "A VSCode extension providing an autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way";
downloadPage = "https://github.com/cline/cline";
homepage = "https://github.com/cline/cline";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.drupol ];
};
}