Raspberry Piで動くVSCodeの選択肢はいくつかあるみたいです。
注目されている/されているであろう選択肢を3つメモしておきます。
VSCodium/vscodium
MicrosoftがパブリッシュしているVSCodeからMicrosoftのロゴやTelemetry(クラッシュレポート等の機能)を取り除いたもののようです。Windows版、macOS版、Linux版などがあります。ARM版もあります。
GitHub - VSCodium/vscodium: binary releases of VS Code without MS branding/telemetry/licensing
binary releases of VS Code without MS branding/telemetry/licensing - VSCodium/vscodium
headmelted/codebuilds
MicrosoftがパブリッシュしているVSCodeのARM版を公開しているようです。
GitHub - headmelted/codebuilds: Community builds of Visual Studio Code for Chromebooks and Raspberry Pi
Community builds of Visual Studio Code for Chromebooks and Raspberry Pi - headmelted/codebuilds
stevedesmond-ca/vscode-arm
MicrosoftがパブリッシュしているVSCodeのARM版を公開しているようですが、2018年で更新が止まっています。
GitHub - SteveDesmond-ca/vscode-arm: Automated builds of Visual Studio Code for Debian/Ubuntu on ARM
Automated builds of Visual Studio Code for Debian/Ubuntu on ARM - SteveDesmond-ca/vscode-arm
関連記事
- Raspberry Pi OSのミラーサーバRaspberry Pi OS(旧Raspbian)のミラーサーバ一覧のメモ。日本国内のdebianパッケージミラーとOSイメージのJAISTミラーURLをまとめた。
- Raspbianのミラーサーバ2019年12月時点で日本にあるRaspbian向けdebianパッケージのミラーサーバ一覧と、OSイメージのダウンロード先のメモ。
- (Updated )Raspberry Pi 3にUbuntu 14.04をインストールする方法RaspberryPi2までは公式のファームウェアをmicroSDカードに書き込むだけで使えていました(RaspberryPi2にUbuntu14.04をインストールする方法 | Memoteki)が、RaspberryPi3からはそう簡単ではなくなってしまったので対応方法を2種類メモしておきます。
- (Updated )Raspberry Pi 2にUbuntu 14.04をインストールする方法RaspberryPi2にのUbuntu14.04(Trusty)をインストールしてセットアップまで行ったのでそのメモ。
- miseを使っている環境でClaude CodeのVSCode拡張機能をインストールするmiseでNode.jsを管理している環境でClaude CodeのVSCode(Cursor)拡張機能を手動インストールする手順をまとめた記事。通常の自動インストールが動作しない場合の代替手順として活用できる。