| { | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.formatOnSave": true | |
| }, | |
| "python.analysis.autoImportCompletions": true, | |
| "python.analysis.typeCheckingMode": "basic" | |
| } | |
| { | |
| "[python]": { | |
| "editor.defaultFormatter": "ms-python.black-formatter", | |
| "editor.formatOnSave": true | |
| }, | |
| "python.analysis.autoImportCompletions": true, | |
| "python.analysis.typeCheckingMode": "basic" | |
| } | |