I am trying to configure Resharper for Visual Studio so that it does not reanalyze the dist files when they are created. I use gulpto view js files and build before /distwhen they change. When this happens, Visual Studios stops responding, and “Update Source Files” appears on the bottom line. Clicking on this brings up a dialog where I see Resharper uploading new files to dist.
I tried to add the dist directory to the Generated Code , Search and Navigation> Items to Skip and Code Check> Items to Skip .
However, Resharper holds VS hostages whenever assembly files change.
Is there anything else I am missing?
Are skip directories recursive?
Do I need to clear the cache or something else?
micah source
share