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

VSCodeでエラー文のみ英語にする設定

3
Posted at

はじめに

日本語訳されたエラーが読みづらい

問題

typescriptで開発をしている際に、変な訳になっているエラー文があって検索がしにくかった

解決方法

  1. crtl + ,
  2. 検索窓にlocaleと入力
  3. JS/TSのLocaleをenに変更

image.png

おわりに

拡張機能の日本語訳のやつを外せば英語になるとは思うのですが、エラー文以外は日本語の方が使いやすかったので困っていました。

検索するときは英語の方が引っ掛かりやすいと思うので、今後はこの設定で開発していこうと思います。

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