Vscode 在保存时继续移动我的评论行
Vscode keeps moving my commented lines on save
每次我保存我的 python 项目时,它总是将我的评论从我的烧瓶路线中移开两行。
我禁用了 prettier
我禁用了智能感知
我也重启了vscode
但问题依然存在:
- ctrl+p 并输入“setting.json”。
- 找到名为“editor.formatOnSave”的行,将“true”更改为“false”
每次我保存我的 python 项目时,它总是将我的评论从我的烧瓶路线中移开两行。
我禁用了 prettier 我禁用了智能感知 我也重启了vscode
但问题依然存在:
- ctrl+p 并输入“setting.json”。
- 找到名为“editor.formatOnSave”的行,将“true”更改为“false”