mirror of https://github.com/vladmandic/automatic
vscode: disable format on save
parent
5b61d849b8
commit
0263a89826
|
|
@ -10,5 +10,6 @@
|
|||
"./repositories/stable-diffusion-stability-ai",
|
||||
"./repositories/stable-diffusion-stability-ai/ldm"
|
||||
],
|
||||
"python.analysis.typeCheckingMode": "off"
|
||||
}
|
||||
"python.analysis.typeCheckingMode": "off",
|
||||
"editor.formatOnSave": false
|
||||
}
|
||||
Loading…
Reference in New Issue