You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS2015 RTM start having a really tough time ever since I added a demo folder to my project. Inside demo there are 2 sub-directories that each have their own package.json file, so my .ntvs_analysis.dat has doubled and VS crashes if I run npm install on one of those sub-projects while VS is running. It also takes at least a minute or two to open the project.
The demo folder and it's descendants are not part of the nsproj file, I have excluded them from the project, but the problems continue. I am tempted to move the sub-projects into their own repo just so that I can continue using VS, but I'd rather not. Thanks.
UPDATE: I am using VS2015 Community RTM (which I upgraded from RC) and currently have the NTVS 1.1 RC installed. All of the issues that I have are with my project, staticbuild which is on the exact commit of v0.6.1 at this time.