LoginSignup
2
4

More than 1 year has passed since last update.

Homebrewを使用してVSCodeをインストールする

Posted at

Goal

M1チップ搭載のMacBook AirにHomebrewを使用してMicrosoft Visual Studio Code (VSCode)をインストールする手順を示します。

References

なし。

Pre-Requisites

この文書の手順は、次の環境で実施し、動作を確認しました。

  • MacBook Air (M1, 2020)
  • macOS Monterey 12.0.1
  • zsh 5.8
  • Xcode 13.2.1
    • Command Line Tools for Xcode 13.2.0.0.1 (Dec 3, 2021)
  • Homebrew 3.3.9

How To

ターミナルを開きます。

VSCodeをインストールするため、次のコマンドを実行します。

% brew install --cask visual-studio-code

VSCodeのバージョンを確認するため、次のコマンドを実行します。

% code -v
1.63.2
899d46d82c4c95423fb7e10e68eba52050e30ba3
arm64
2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4