34
16

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が英語表示になってしまった時の対処法

Posted at

拡張機能でVSCodeを日本語化したのに、突然英語で表示されてしまっていた。

 ・拡張機能のJapanese Language Pack for Visual Studio Codeはインストール済み
 ・VSCodeを再起動してもなおらない

原因はバージョンアップ時?

 バージョンアップ時に、日本語化したものが英語表記される場合があるらしい。
 https://neos21.hatenablog.com/entry/2017/06/27/080000

 この方がいなかったら私は何時間もさまよっていたかもしれない(感謝感激)

日本語化に成功した事例

VSCode上で

①Shift+Command+P
②Configure Language と入力し、検索
③拡張機能の日本語化パッケージがインストールされていれば、enかjaが表示されているのでjaを選択
④日本語表示にかわる

日本語化したことによってemmetの不具合も改善した

VSCodeのタブのボタンでインデントを合わせることは頻繁に使用するが、これが効かなくなった。
コード上でTabのボタンを押すと、

command 'emmet.expand Abbreviation' not found

と表示される。
コマンド「emmet.expand Abbreviation」が見つかりませんとのこと。

emmetの機能がfaulsになってる部分があるのかな?っと思って調べた(下記の記事参考)
https://qiita.com/bushi/items/82cc7133f809d34c0da1

VSCodeでTabが効かない事象が発生したが、日本語化したら改善

"emmet.triggerExpansionOnTab": falseではなく、trueのままだった。

しかし、上記のように日本語化したことによってemmetは通常通り使えるようになった。
日本語化したことによる改善したことは謎でした・・・・

もし詳しい方いらっしゃいましたら教えていただけますと幸いです。
最後までみていただき、ありがとうございます。

34
16
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
34
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?