mirror of
https://github.com/vladmandic/automatic
synced 2026-09-11 07:18:44 +02:00
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
".",
|
|
"./modules",
|
|
"./repositories/blip",
|
|
"./repositories/codeformer",
|
|
"./repositories/ldm",
|
|
"./repositories/taming"
|
|
],
|
|
"python.analysis.typeCheckingMode": "off",
|
|
"editor.formatOnSave": false,
|
|
"python.REPL.enableREPLSmartSend": false
|
|
} |