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

VS Codeの表示を英語に戻す

Last updated at Posted at 2016-04-19

ここに書いてある
https://code.visualstudio.com/docs/customization/locales

VS Code日本語化されたのはいいんだけど、~~Ctrl+Shift+Pでコマンド打とうと思ったら日本語で打たなきゃいけないのがつらいので仕方なく英語に戻すことにしました。~~現在は修正されていますが、なんとなく日本語よりも英語表示にしておきたい方向け。

やり方は簡単。locale.jsonというファイルをVS Codeフォルダの中に作って、次のように書いておく

{
    "locale":"en-US"
}

VS Codeフォルダというのはキーボードショートカットとかの設定ファイルが保存されている場所で、WindowsならC:\Users\ユーザー名\AppData\Roaming\Code\Userというパスです。

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