settings.json 258 B

12345678
  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. }