Created Unassigned: Use Visual Studio update mechanism [1324]
Instead of shipping a separate MSI it would be great to see the built-in Visual Studio update mechanism be used which supports notifications of potential updates.
View ArticleCreated Issue: initial isense save saves incomplete DB [1325]
using:```var a = require( 'bcrypt' );var b = require( 'body-parser' );var c = require( 'debug' );var d = require( 'errorhandler' );var e = require( 'express' );var f = require( 'express-jwt' );var g =...
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleCreated Unassigned: can't create new projects if folder path contains space...
I tried to create new .njsproj on a path that contains space and it will fail with "Directory not found" error.
View ArticleCommented Issue: All Visual Studio UI operations are slow and crashes when in...
System: Xeon E5-1620 3.6Ghz with 8Gig running Win7ProVS version: VS 2013 Premium Update 2NTVS version: Jul 3 Pre Beta 2First, I created a blank node.js console app, then removed server.js,...
View ArticleCommented Issue: All Visual Studio UI operations are slow and crashes when in...
System: Xeon E5-1620 3.6Ghz with 8Gig running Win7ProVS version: VS 2013 Premium Update 2NTVS version: Jul 3 Pre Beta 2First, I created a blank node.js console app, then removed server.js,...
View ArticleNew Post: Crash when right click on folder in VS 2012
This is what I see in my event viewer. Faulting application name: devenv.exe, version: 11.0.61030.0, time stamp: 0x5270a974 Faulting module name: clr.dll, version: 4.0.30319.18444, time stamp:...
View ArticleUpdated Wiki: TestExplorer
Test ExplorerUnit tests are short sections of code that test small pieces of functionality belonging to a larger program. By demonstrating that each piece of a program is correct, it is easier to infer...
View ArticleUpdated Wiki: Profiling
ProfilingNode.js Tools for Visual Studio takes advantage of V8 Profiling API's as well Visual Studio's Reporting features to give you a sense of where your program is spending its time. Here's a short...
View ArticleUpdated Wiki: Debugging
DebuggingNode.js Tools for Visual Studio (NTVS) includes comprehensive support for debugging Node.js applications. This includes standard support for Breakpoints, Stepping, "Break on exception", and...
View ArticleUpdated Wiki: UnitTests
Unit TestsUnit tests are short sections of code that test small pieces of functionality belonging to a larger program. By demonstrating that each piece of a program is correct, it is easier to infer...
View ArticleUpdated Wiki: Npm
npmOne of the best things about Node.js is its extensive package ecosystem. npm allows you to install and manage packages for use in your Node.js apps (among other things). We'll assume you're familiar...
View ArticleNew Post: Crash when right click on folder in VS 2012
Can you provide the stack trace as well.
View ArticleEdited Issue: Documentation for npm is out of date [869]
It hasn't been updated to reflect the new UI.
View ArticleEdited Issue: npm manager should only return valid search matches [1292]
Currently we return results which may or many not match. We should only return those entries which we deem to match````example searchr: 123456781234```
View ArticleNew Post: Crash when right click on folder in VS 2012
I cannot seem to find any stack trace in the event log, I have open the mdmp file and all it states is below, dont know if that helps. One other note is this does not happen on win8 machine, only...
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleCreated Unassigned: Visual Studio Git throws libgit2 exception with...
Is there any hope for getting this https://connect.microsoft.com/VisualStudio/feedback/details/865064/git-provider-errors-out-with-deep-directories-e-g-node-modules issue resolved?I realize the two...
View Article