vscode python 扩展 setting.josn 文件事例

{
    "python.analysis.cacheFolderPath": "test",
    "node_require.defaultRequireMethod": "require",
    "workbench.colorTheme": "Django Extra - JetBrains",
    "vsicons.dontShowNewVersionMessage": true,
    "editor.suggestSelection": "first",
    "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
    "python.jediEnabled": false,
    "files.autoSave": "afterDelay",
    "python.linting.flake8Enabled": true,
    "[html]": {
        "editor.defaultFormatter": "mohd-akram.vscode-html-format"
    },
    "files.exclude": {
        "**/.classpath": true,
        "**/.project": true,
        "**/.settings": true,
        "**/.factorypath": true
    },
    "python.formatting.provider": "yapf",
    "material-icon-theme.showWelcomeMessage": false,
    "git.path": "D:/Git/bin/git.exe",
    "git.autofetch": true
}
发布了134 篇原创文章 · 获赞 35 · 访问量 11万+

猜你喜欢

转载自blog.csdn.net/shunzi2016/article/details/104873685