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] 言語設定の変更

Posted at

Visual Studio Code の言語設定の変更方法

言語設定が英語の環境で日本語UIのVSCodeが使いたいユースケースがあったため調べたメモです。

[一時的] 起動オプション

VSCodeにCLIでの起動時に指定する。

設定例
$ code . --locale=ja 

[永続] 設定ファイルで変更

起動後、コマンドパレットで Configure Language と入力
開いた設定ファイル( locale.json )内の設定を変更

locale.json
{
	"locale":"ja"
}

参考

Visual Studio Code の言語設定 - 1.21 jigowatts

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?