mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.57k stars 343 forks source link

Support VScode automatic discover all virtual environments created by mamba #3280

Open dangjinghao opened 2 months ago

dangjinghao commented 2 months ago

In previous version, VS code couldn't automatic discovery virtual environments created by mamba, even though created a soft link to conda. So now I add the conda_info_compat feature and relevant document to make it possible.

I only tested this feature on VS code and fedora linux39. It may require more testing in different environments.