settings.json 204 B

123456789
  1. {
  2. "editor.codeActionsOnSave": {
  3. "source.fixAll.eslint": true
  4. },
  5. "python.pythonPath": "/usr/bin/python3",
  6. "python.linting.pylintArgs": [
  7. "--generate-members"
  8. ]
  9. }