forked from NixOS/nixpkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vscode-extensions.saoudrizwan.claude-dev: init at 3.0.12
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
pkgs/applications/editors/vscode/extensions/saoudrizwan.claude-dev/default.nix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 ]; | ||
}; | ||
} |