エラー内容
VSCodeのCode>更新の確認 にてVSCodeのバージョンを1.5系の後半から1.7系にアップデートすると下記エラーが表示される
cannot update while running on a read-only volume. the application is on a read-only volume. please move the application and try again. if you’re on macos sierra or later, you’ll need to move the application out of the downloads directory. this might mean the application was put on quarantine by macos. see this link for more information.
issueのリンク(翻訳)アプリケーションは読み取り専用のボリュームにあります。アプリケーションを移動して、もう一度試してください。Macos Sierra以降をお使いの場合は、アプリケーションをダウンロードディレクトリから移動する必要があります。
■環境
・M1 Mac
・VSCode1.5系の後半 (2021年くらいにバージョン)
解決方法
解決方法は、issueのリンク に従う
Mac上からターミナル開いて下記コマンドを入力
% sudo chown $USER ~/Library/Caches/com.microsoft.VSCode.ShipIt/
% xattr -dr com.apple.quarantine /Applications/Visual\ Studio\ Code.app
更新ができることを確認する
コメント