settings.json 228 B

123456
  1. {
  2. "python.pythonPath": "c:\\Users\\oleiva\\Documents\\Development\\ems-api\\.venv\\Scripts\\python.exe",
  3. "python.linting.pylintEnabled": false,
  4. "python.linting.pep8Enabled": true,
  5. "python.linting.enabled": true
  6. }