https://bugs.kde.org/show_bug.cgi?id=495891
--- Comment #2 from Majid Madadi <madadi.ma...@gmail.com> --- (In reply to Waqar Ahmed from comment #1) > You need a better regex. See the base path (in front of package.json): > > Projects/remix/remix-start/node_modules > > The "^node_modules" will match only if "node_module" was at the top of your > project i.e., "node_modules/package.json. Probably just > > { > "exclude_patterns": ["Projects/remix/remix\-start/node_modules"] > } > > will work It did not work. I also tested "*node_modules*" and it did not work. -- You are receiving this mail because: You are watching all bug changes.