1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【初めての!】Visual Studio Codeのインストールと日本語化

Last updated at Posted at 2019-11-13

Visual Studio Code とは

Microsoft社が開発したオープンソースのテキストエディタです。
様々な機能がありながら、軽快な動作のため人気があります。

早速インストールしていきます。

環境

  • MacBook Air (11-inch, Mid 2012)
  • macOS Catalina バージョン 10.15.1

Visual Studio Code のインストール

  1. 利用環境に合わせてここからダウンロードします。

    https://code.visualstudio.com/Download

  2. ダウンロードしたZipファイルを解凍します。

  3. 解凍後に現れるVisual Studio Codeというファイルをアプリケーションフォルダに移動します。

  4. ダブルクリックして開きます。
    4.1. 以下のメッセージが表示される場合があります。
    image.png
    4.2. そのままOKボタンを押し、システム環境設定 > セキュリティとプライバシー > 一般 の「ダウンロードしたアプリの実行許可」欄のこのまま開くをクリックします。
    image.png
    4.3. そのまま開くを押します。
    image.png
    4.4. Visual Studio Code が起動しました。
    image.png

Visual Studio Code の日本語化

  1. 左側の4つの四角のひとつが欠けたようなマークをクリックします。
    image.png
  2. 検索ワード入力欄にJapaneseと入力します。
  3. Japanese Language Pack for Visual Studio Codeを選択し、Installボタンを押します。
    image.png
  4. 再起動が必要ですのでRestart Nowを押します。
  5. VS Code再起動後、日本語になったようですがもう少し設定が必要です。
    image.png
  6. Command + Shift + P を押して、Configure Languageと入力し、Configure Display Language コマンドを選択します。
    image.png
  7. jaを選択してEnterを押します。
  8. 再起動を促されますので、そのまま再起動します。
    image.png
  9. 以上で完了です!
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?