https://bugs.kde.org/show_bug.cgi?id=495891

Waqar Ahmed <waqar....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |waqar....@gmail.com
         Resolution|---                         |WORKSFORME
             Status|REPORTED                    |RESOLVED

--- Comment #1 from Waqar Ahmed <waqar....@gmail.com> ---
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

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to