settings.json 462 B

123456789101112131415
  1. {
  2. "liveServer.settings.port": 5501,
  3. "python-envs.defaultEnvManager": "ms-python.python:conda",
  4. "python-envs.defaultPackageManager": "ms-python.python:conda",
  5. "python.analysis.extraPaths": [
  6. "../your_env_name/Lib/site-packages"
  7. ],
  8. "python-envs.pythonProjects": [
  9. {
  10. "path": "utils_test",
  11. "envManager": "ms-python.python:conda",
  12. "packageManager": "ms-python.python:conda"
  13. }
  14. ]
  15. }