automatic/.vscode/settings.json

12 lines
225 B
JSON

{
"python.analysis.extraPaths": [
".",
"./modules",
"./scripts",
"./pipelines",
],
"python.analysis.typeCheckingMode": "off",
"editor.formatOnSave": false,
"python.REPL.enableREPLSmartSend": false
}