Issue Type: Feature Request
node_modules will constantly expand itself in the Explorer, especially if your defining definitions. I typically never want this, I think an exception should be made for showing what file is open if its in node_modules to keep the folder collapsed unless I explicitly expand it.
The reason it's a problem is because there are so many files in node_modules you have to collapse it to keep developing, as it's completely useless in most cases to have it expanded and it pushes your work files off screen.
Proposition:
VS Code version: Code - Insiders 1.42.0-insider (7c0095ee2d064033fc13184127a9adc603454729, 2019-12-20T07:58:23.119Z)
OS version: Linux x64 5.3.0-24-generic
This is a fair feature request, renaming to make it more general and not javascript specific.
We do not have it on our immedaite plan, thus assigning to backlog candidates.
As a workaround you can use explorer.autoReveal: false however that will disable this for all folders.
Alternative way to achieve this in the future is if we allow to define settings per subfolder.
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
@isidorn Would you accept a PR for this?
@elucidsoft Do you mind pulling this down, building it and testing it out?
Yes I'll pull it down and check it out.
@joelday no I would not accept a PR for this yet. I am still not sure we want this feature to be a part of the vscode core expereince.
If you would like to provide PRs please search for issues tagged with "Help Wanted".
@isidorn no problem!
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.
Happy Coding
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!
My thought on alternative implementation, would be to focus on larger folders.
Do ellipsis beyond 50 entries or something, rather than totally expand it.
It should be implemented by default, especially for
node_modules/.venv/
Most helpful comment
:slightly_smiling_face: This feature request received a sufficient number of community upvotes and we moved it to our backlog. To learn more about how we handle feature requests, please see our documentation.
Happy Coding!