#はじめに
VisualStudioCodeでターミナルをPowerShellにすると、日本語が文字化け…。
chcp すると よくわからない文字コードが…。
#設定
以下を設定しました。
settings.json
{
"terminal.integrated.shellArgs.windows": "-NoExit -Command chcp 932"
}
Go to list of users who liked
More than 3 years have passed since last update.
#はじめに
VisualStudioCodeでターミナルをPowerShellにすると、日本語が文字化け…。
chcp すると よくわからない文字コードが…。
#設定
以下を設定しました。
{
"terminal.integrated.shellArgs.windows": "-NoExit -Command chcp 932"
}
Register as a new user and use Qiita more conveniently
Go to list of users who liked