VOOZH about

URL: https://qiita.com/elphe27/items/3216b0007231d6acf2ac

⇱ VisualStudioCodeの日本語化 #VSCode - Qiita


👁 Image
52

Go to list of users who liked

43

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@elphe27

VisualStudioCodeの日本語化

52
Last updated at Posted at 2017-06-09

VisualStudioCodeの日本語化

VSCodeは日本語に対応していて自動で日本語表示になるのだが、たまにアップデートをすると英語表記に
変わってしまい設定を変えないといけなくなる。
その場合の手動での設定方法を説明する。

日本語モードでVSCodeを開く

以下のオプションをつけて開くことで日本語モードで起動できる。
$ code . --locale=ja

デフォルト言語を日本語に設定する

VSCode上で「Ctrl+Shift+P」を押してコマンドパレットを開く
>Configure Language
と入力するとlocale.jsonが開く

{//VSCodeの表示言語を定義します。//サポートされている言語の一覧については、https://go.microsoft.com/fwlink/?LinkId=761051をご覧ください。//VSCodeの再起動に必要な値を変更します。"locale":"ja"←ここがja以外になっていたらjaにすることで日本語設定に出来る}

ここでlocalejaに設定するとデフォルト言語が日本語になる。

52

Go to list of users who liked

43
1

Go to list of comments

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
52

Go to list of users who liked

43