Closed kjaymiller closed 1 year ago
VS Code's Python extension now allows for easier creation of Python Virtual Environments.
Task Explorer finds all the python packages and their associated files which makes it incredibly busy.
The simple solution I found was to add **/.venv/** to the exclude list. This is the default venv path used by VS Code.
**/.venv/**
Could this entry be added to the default list?
I made a video on this and my workaround
https://youtu.be/SV4k1OcqMxA
perhaps a bigger change would be to ignore paths that are hidden by default but my PR just solves the immediate problem.
pr pulled, thank u
VS Code's Python extension now allows for easier creation of Python Virtual Environments.
Task Explorer finds all the python packages and their associated files which makes it incredibly busy.
The simple solution I found was to add
**/.venv/**
to the exclude list. This is the default venv path used by VS Code.Could this entry be added to the default list?
I made a video on this and my workaround
https://youtu.be/SV4k1OcqMxA