注册 登录
编程论坛 Python论坛

vscode格式化文档在setting.json中起作用,在代码编辑页面不起作用

lylkr 发布于 2021-12-08 11:35, 677 次点击

格式化文档在setting.json中起作用,在代码编辑页面不起作用,

求帮助

{
    "python.linting.flake8Enabled": true,
    "python.formatting.provider": "yapf",
    "python.linting.flake8Args": [
        "--max-line-length=248"
    ],
    "python.linting.pylintEnabled": false,
    "[python]": {
        "editor.defaultFormatter": "ms-python.python"
    },
    "editor.formatOnSave": true
}
0 回复
1