vscode-extensions.anthropic.claude-code: init at 1.0.98 (#438595)

This commit is contained in:
Sandro
2025-09-02 13:24:30 +02:00
committed by GitHub
2 changed files with 34 additions and 0 deletions
@@ -0,0 +1,32 @@
{
lib,
vscode-utils,
claude-code,
}:
vscode-utils.buildVscodeExtension (finalAttrs: {
pname = "claude-code";
inherit (claude-code) version;
vscodeExtPublisher = "anthropic";
vscodeExtName = "claude-code";
vscodeExtUniqueId = "${finalAttrs.vscodeExtPublisher}.${finalAttrs.vscodeExtName}";
src = "${claude-code}/lib/node_modules/@anthropic-ai/claude-code/vendor/claude-code.vsix";
unpackPhase = ''
runHook preUnpack
unzip $src
runHook postUnpack
'';
meta = {
description = "Harness the power of Claude Code without leaving your IDE";
homepage = "https://docs.anthropic.com/s/claude-code";
downloadPage = "https://marketplace.visualstudio.com/items?itemName=anthropic.claude-code";
license = lib.licenses.unfree;
sourceProvenance = with lib.sourceTypes; [ binaryBytecode ];
maintainers = with lib.maintainers; [ xiaoxiangmoe ];
};
})
@@ -256,6 +256,8 @@ let
amazonwebservices.amazon-q-vscode = callPackage ./amazonwebservices.amazon-q-vscode { };
anthropic.claude-code = callPackage ./anthropic.claude-code { };
angular.ng-template = buildVscodeMarketplaceExtension {
mktplcRef = {
name = "ng-template";