vscode-extensions.anthropic.claude-code: Bundle Claude Code CLI (#478565)

This commit is contained in:
André Silva
2026-01-13 14:21:37 +00:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
claude-code,
vscode-utils,
}:
@@ -11,6 +12,11 @@ vscode-utils.buildVscodeMarketplaceExtension {
hash = "sha256-xN87LR64kikBu0M5pST0PbV7+YwB1ncTzmfGk4PEwNs=";
};
postInstall = ''
rm -f "$out/$installPrefix/resources/native-binary/claude"*
ln -s "${claude-code}/bin/claude" "$out/$installPrefix/resources/native-binary/claude"
'';
meta = {
description = "Harness the power of Claude Code without leaving your IDE";
homepage = "https://docs.anthropic.com/s/claude-code";