{ "[python]": { "editor.defaultFormatter": "ms-python.black-formatter", "editor.formatOnSave": true, }, "python.testing.pytestEnabled": false, "python.testing.unittestEnabled": true, "black-formatter.args": ["--line-length", "120"], "files.associations": { "*.mac": "vbs" }, "python.testing.autoTestDiscoverOnSaveEnabled": false, }