LoginSignup
3
5

More than 5 years have passed since last update.

MacにVisual Studio Code(VSCode) をインストールして日本語化する

Last updated at Posted at 2019-04-24

前提条件

homebrewがインストールされていること

Visual Studio Code(VSCode)のインストール

homebrewを使ってインストールします。
(公式サイトからDLする方法もあります)

brew cask install visual-studio-code

以下のようなメッセージが出たら、インストール完了

==> Installing Cask visual-studio-code
==> Moving App 'Visual Studio Code.app' to '/Applications/Visual Studio Code.app
==> Linking Binary 'code' to '/usr/local/bin/code'.
🍺  visual-studio-code was successfully installed!

日本語化

Visual Studio Codeを起動後、「View」→「Extensions」を選択します。

検索ボックスに「Japanese Language Pack for Visual Studio Code」と入力します。日本語を選択して「Install」ボタンを押します。

Visual Studio Codeの再起動を求められるのでRestartを選択すると、日本語化されたVisual Studio Codeが起動します。

コマンドラインから起動

$ code
3
5
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
3
5