- Notifications
You must be signed in to change notification settings - Fork 4k
Description
Context
When using the Python Extension in vscode the command palette allows to easily create Virtual Environments but they have a fixed folder name .venv/.
Description
Currently the Info Plugin only respects folders for Virtual Environments named venv/. If you create a minimal reproduction example the created zip is less than a megabyte in size:
If the folder name is .venv the content of this folder is included in the generated zip which results in a filesize of roughly 30 megabytes and a warning is shown:
Would it be possible to allow virtual environment folders to be names .venv?
Related links
Use Cases
Creating a virtual environment in vscode is way quicker and less prone to errors as using the CLI. vscode provides handy commands that even novice users can easily understand.
Visuals
No response
Before submitting
- I have read and followed the change request guidelines.
- I have verified that my idea is a change request and not a bug report.
- I have ensured that, to the best of my knowledge, my idea will benefit the entire community.
- I have included relevant links to the documentation, related issues, and discussions to underline the need for my idea.