0
0

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のターミナル(PowerShell)文字化け対策

Posted at

#はじめに
VisualStudioCodeでターミナルをPowerShellにすると、日本語が文字化け…。
chcp すると よくわからない文字コードが…。

#設定
以下を設定しました。

settings.json
{
    "terminal.integrated.shellArgs.windows": "-NoExit -Command chcp 932"
}

#参考
https://qiita.com/s4i/items/75c19c9feb10b54c1ce9

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?