ReferenceError: Claude Code native binary at /home/jean/.vsc が出るときに確認したこと
まず、この症状に当てはまるかどうかは、エラーメッセージの出方でかなり絞れます。Issue には、VS Code 拡張が埋め込みの native binary を起動しようとして失敗する例と、認証後に「unsupported platform: linux-arm64. No compatible Claude Code binary found.」と出る例が報告されています。前者は [#97022](https://github.com/anthropics/claude-code/issues/97022)、後者は [#80574](https://github.com/anthropics/claude-code/issues/80574) です。 一方で [#80574](https://github.com/anthropics/claude-code/issues/80574) では、devcontainer 内で Claude を使っていて、再認証のあとに ```text Unsupported platform: linux-arm64. No compatible Cl
papoo.work