settings.json 395 B

1234567891011121314
  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. "python.linting.pylintEnabled": false,
  9. "python.linting.flake8Enabled": true,
  10. "python.linting.enabled": true,
  11. "files.associations": {
  12. "*.mac": "vbs"
  13. }
  14. }