settings.json 387 B

12345678910111213
  1. {
  2. "[python]": {
  3. "editor.defaultFormatter": "ms-python.black-formatter",
  4. "editor.formatOnSave": true,
  5. },
  6. "python.testing.pytestEnabled": false,
  7. "python.testing.unittestEnabled": true,
  8. "black-formatter.args": ["--line-length", "120"],
  9. "files.associations": {
  10. "*.mac": "vbs"
  11. },
  12. "python.testing.autoTestDiscoverOnSaveEnabled": false,
  13. }