您的位置 首页 技术

vscode python文件注释乱码怎么办

vscode python文件注释乱码怎么办? VS Code 中文注释显示乱码 解决方法 将设置中的"files.autoGuessEncoding"项的值改…

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

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

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

1.文件

2.首选项

3.设置

4.搜索

"files.autoGuessEncoding": flase

改为

"files.autoGuessEncoding": true

相关推荐:vscode入门教程

以上就是vscode python文件注释乱码怎么办的详细内容,更多请关注24课堂在线网其它相关文章!

本文来自网络,不代表24小时课堂在线立场,转载请注明出处:https://www.24ketang.cn/25213.html

为您推荐

返回顶部