vscode python文件注释乱码怎么办

vscode python文件注释乱码怎么办

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

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

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

1.文件

2.首选项

3.设置

4.搜索

"files.autoGuessEncoding": flase

改为

"files.autoGuessEncoding": true

相关推荐:vscode入门教程

以上就是vscode python文件注释乱码怎么办的详细内容,更多请关注https://www.sxiaw.com/其它相关文章!