forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Please add a feature to inspect the contents of available environments.
I have many environments for different applications and sometimes for different versions of the same application. I would like to have a quick way to check / search the installed packages
of an environment.
One usage example is when I suspect that an issue in my code is related to the version of a package in my code. I would like to be able to:
- Quickly check what version of the package is installed in the current environment.
- search for a compatible environment, possibly built for a different application, that has a newer/older version of the relevant package so that I can test the code with a different version of that package without having to build a new environment (or modify the current one).
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityinfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team