I was playing with NTVS last night and was really impressed. However, when I start with/without debugging I have to close the window and restart when I make any changes to the application files. It would be nice if NTVS integrated nodemon and ran the debug mode under nodemon so that node would automatically restart with file changes.
Comments: Just grab the most recent build, then try editing your project files _from VS_ while attached to the process. For best results, do so while stopped on a breakpoint (live editing while running had a bug in it which was fixed, but the fix didn't get into any build yet).
Comments: Just grab the most recent build, then try editing your project files _from VS_ while attached to the process. For best results, do so while stopped on a breakpoint (live editing while running had a bug in it which was fixed, but the fix didn't get into any build yet).