{
"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
}