解决方法
- 打开插件安装目录
复制代码
1
2C:Usersyour_name.vscodeextensionsaffenwiesel.matlab-formatter-2.10.41formatter
- 24行左右加入以下三句话
复制代码
1
2
3
4
5import io sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf8') sys.stdin = io.TextIOWrapper(sys.stdin.buffer, encoding='utf8')
最后
以上就是健忘小丸子最近收集整理的关于vscode <matlab-formatter>插件对中文字符报错问题解决的全部内容,更多相关vscode内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复