Windows下VSCode启动PowerShell默认使用UTF-8
VSCode设置
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"]
不过会影响PlatformIO调用命令
Designing Animations
VSCode设置
"terminal.integrated.shellArgs.windows": ["-NoExit", "/c", "chcp 65001"]
不过会影响PlatformIO调用命令