vscodeパイソンファイル拡張子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 ビュー110 000 +

おすすめ

転載: blog.csdn.net/shunzi2016/article/details/104873685