settings.json 302 B

1234567891011121314
  1. {
  2. "python.linting.enabled": false,
  3. "python.venvFolders": [
  4. "envs",
  5. ".pyenv",
  6. ".direnv",
  7. ".venv"
  8. ],
  9. "git.ignoreLimitWarning": true,
  10. "[python]": {
  11. "editor.defaultFormatter": "ms-python.autopep8"
  12. },
  13. "python.formatting.provider": "none"
  14. }