LoginSignup
0
2

More than 5 years have passed since last update.

VSCodeのcmdの文字コード 設定メモ

Last updated at Posted at 2018-09-07

VSCodeのcmdの文字コードをUTF-8とかに変える

他の記事が動かなかったらしいのでメモ、参考にしたというか答えがあったサイトは以下。
https://yeakong.com/vscode-launch-powershell-use-utf-8-as-default-on-windows/

抜粋
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "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