Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exclude folders from Visual Studio 2017 Task List

I have a problem with Task List in Visual Studio 2017. It shows all TODOs from node_modules as well and I would like to exclude this folder. Is it possible?

like image 330
Ogglas Avatar asked Oct 16 '25 20:10

Ogglas


1 Answers

Solved it by changing from Entire Solution to Current Project instead in Task List.

enter image description here

like image 96
Ogglas Avatar answered Oct 19 '25 09:10

Ogglas