0
2

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のコンソール文字化けしたため,その防止のメモ.
#対策
ググったら以下が出た
Visual Studio Codeターミナル文字化け対策(shift-jis→utf-8)

記事の通り
"terminal.integrated.shellArgs.windows": ["-NoExit","chcp","65001"],

settings.json
に追加.

#結果
記事のをそのままコピペしたら,""が全角となっていて,エラーが出た.半角にして解決.

なおコンソールや visual studio code などの文字化けに書いてある
chcp 65001を実行しても直る.

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?