settings.json 233 B

1234567891011
  1. {
  2. "python.linting.enabled": false,
  3. "python.pythonPath": "venv\\Scripts\\python.exe",
  4. "python.venvFolders": [
  5. "envs",
  6. ".pyenv",
  7. ".direnv",
  8. ".venv"
  9. ],
  10. "git.ignoreLimitWarning": true
  11. }