1
2

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.

vscodeの表示を日本語化する方法

Last updated at Posted at 2018-09-29

vscodeの表示を日本語化する方法

vscodeの表示言語が英語もしくは、他の言語で表示されいる場合、以下の手順で日本語化できます。

※ macのキーで説明しますが、「⌘」はWindowsでは「Ctrl」で置き換えて読んでください。

日本語パッケージがインストールされている場合

1.「⌘+Shift+p」でキーパレットを開く。
2. キーパレットに「Configure Display Language」を入力し、選択する。
3. locale.jsonファイルが開かれるので、localeを「ja」に修正する。

{
	// Defines VS Code's display language.
	// See https://go.microsoft.com/fwlink/?LinkId=761051 for a list of supported languages.
	
	"locale":"ja" // Changes will not take effect until VS Code has been restarted.
}

日本語パッケージがインストールされていない場合

  1. 「設定」から「拡張機能」を選択する。
  2. 「Marketplaceで拡張機能を検索する」に「Japanese Language Pack for Visual Studio Code」を入力する。
  3. 「Japanese Language Pack for Visual Studio Code」をインストールする。

vscodeを再起動すると表示が日本語に変わります。

マーケットプレイスでパッケージを確認できます。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?