13
4

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 3 years have passed since last update.

VSCodeのTypeScriptのエラーメッセージの言語を変えたい(英語にしたい)

Posted at

問題提起

日本語がエラーでググりにくい。
(日本語で言われても解決策がわからない物も多いのでコピペで検索したい)

スクリーンショット 2020-08-16 23.22.22.png

VSCodeのTSエラーを英語化

  1. VScode>設定 で設定タブを開いて「TypeScript:Locale」で検索
  2. TypeScript:Localeをenに設定する。

スクリーンショット 2020-08-16 23.21.17.png

結果

コレでVSCode自体の設定は日本語(Japanese)でも、TypeScriptのエラー文言表示を英語化することに成功しました!

スクリーンショット 2020-08-16 23.26.12.png

13
4
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
13
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?