microsoft / python-environment-tools

MIT License
159 stars 15 forks source link

Provide a way to indicate whether a Python environment is specific to a workspace folder #58

Closed DonJayamanne closed 2 months ago

DonJayamanne commented 3 months ago

E.g. when a local .venv is discovered and found when searching custom paths, then we must keep track of this.

Suggestions:

DonJayamanne commented 2 months ago

Done