mirror of
https://github.com/vladmandic/automatic
synced 2026-09-17 16:24:33 +02:00
c559e26616
Signed-off-by: Vladimir Mandic <mandic00@live.com>
7 lines
204 B
JSON
7 lines
204 B
JSON
{
|
|
"python.analysis.extraPaths": [".", "./modules", "./scripts", "./pipelines"],
|
|
"python.analysis.typeCheckingMode": "off",
|
|
"editor.formatOnSave": false,
|
|
"python.REPL.enableREPLSmartSend": false
|
|
}
|