Loading
vscode-extensions.anthropic.claude-code: fix bundled binary on NixOS
The bundled `claude` binary shipped with #513902 is a dynamically-linked ELF and does not run on NixOS without patching. Run `autoPatchelfHook` on Linux, and add a passthru test that executes the bundled binary so that this kind of regression is caught. I missed this because I didn't test it locally.