vscode python文件注释乱码怎么办?

VS Code 中文注释显示乱码 解决方法

将设置中的"files.autoGuessEncoding"项的值改为true即可。

1.文件

2.首选项

3.设置

4.搜索

"files.autoGuessEncoding": flase

改为

"files.autoGuessEncoding": true
posted @ 2019-12-23 10:23  python大师  阅读(676)  评论(0编辑  收藏  举报