Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonGetPackages is too verbose #142

Open
rzhao271 opened this issue Jan 28, 2025 · 1 comment
Open

pythonGetPackages is too verbose #142

rzhao271 opened this issue Jan 28, 2025 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@rzhao271
Copy link

Testing #139

On Ubuntu 22.04, I created a venv environment with no packages installed.
In this case, pythonGetPackages told me I have pip version 25.0 installed and also gave a walkthrough of the Python file I had open. I expected it to simply tell me I had no packages installed.

I then installed beautifulsoup4.
In this case, pythonGetPackages listed the packages I had installed, but also told me I could use pip list. The hint to use pip list is helpful if the point is to get users to rely less on pythonGetPackages, which sounds good for users near their quota limit. Otherwise, I believe it's an unnecessary part of the output.

@eleanorjboyd
Copy link
Member

thank you for the feedback - moving to feb for resolution.

@eleanorjboyd eleanorjboyd added the bug Issue identified by VS Code Team member as probable bug label Jan 30, 2025
@eleanorjboyd eleanorjboyd added this to the February 2025 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

3 participants