spmeesseman / vscode-taskexplorer

Run and Manage Tasks for Visual Studio Code
Other
141 stars 30 forks source link

Add "**/.venv/**" to exclude by default #191

Closed kjaymiller closed 1 year ago

kjaymiller commented 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.

Could this entry be added to the default list?

I made a video on this and my workaround

https://youtu.be/SV4k1OcqMxA

kjaymiller commented 1 year ago

perhaps a bigger change would be to ignore paths that are hidden by default but my PR just solves the immediate problem.

spmeesseman commented 1 year ago

pr pulled, thank u