2
0

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 3 years have passed since last update.

Visual Studio Code 日本語化(2020/10/29時点)

Last updated at Posted at 2020-10-29

#はじめに
初投稿です。
仕事で使うことになったので備忘録として。
OS: Windows10
VSCode version: 1.50.1

###参考記事
以下の記事を参考にさせていただきました。
(社内で新規要員に説明するためにスクショ付きのドキュメントを作っておきたかった。。。)
Visual Studio Codeで日本語化する方法[Windows]

#日本語化手順

  1. Visual Studio Codeを開く

  2. メニューバー → 「View」 → 「Command Palette」を選択
    image.png

  3. 「Configure Display Language」を選択
    image.png

  4. 「Install additional languages」を選択
    image.png

  5. カテゴリが「language pack」の拡張機能がリストアップされるので、日本語の言語パックを探して「Install」ボタンを押下する。(今回は「Japanese Language Pack for Visual Studio Code」を選択)
    image.png

  6. VSCodeの再起動を促すメッセージが右下に出るので、「Restart Now」を押下して再起動する。
    image.png

備考

言語パックの説明に以下の文言がありますが、今回は不要でした。
使用法 インストールが完了したら、Japanese Language Pack を読み込むために locale.json 内で "locale": "ja" を設定します。locale.json を編集するには Ctrl+Shift+P を押してコマンド パレットを表示させ、"config" と入力し、利用できるコマンドのリストをフィルター処理してから Configure Language コマンドを選択します。詳細については Docs を参照してください。

2
0
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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?