Created Issue: Program under debug never exits. [1807]
On the for loop on line 7 put a breakpoint. Run F5.Program will never exit. Run without debugging it will end.```var cluster = require('cluster');var http = require('http');var numCPUs =...
View ArticleCommented Issue: Program under debug never exits. [1807]
On the for loop on line 7 put a breakpoint. Run F5.Program will never exit. Run without debugging it will end.```var cluster = require('cluster');var http = require('http');var numCPUs =...
View ArticleCommented Issue: empty entries in node_modules folder [1804]
Project that reproduces the issue:...
View ArticleEdited Unassigned: 100% CPU usage for very long periods (system unusable) [1791]
As long as I have one single Node.js project open in VS, the CPU hits 100% and stays there for prolonged periods, making the complete Windows desktop unusable.CPU usage will eventually drop to 50%-60...
View ArticleEdited Unassigned: Support for .njsproj projects in Visual Studio 2015 TCP5...
Does the latest version of Visual Studio 2015 (TCP5) require the "Latest dev build for VS 2015 Preview" release of Node.js Tools for .njsproj project support? Or is there a more recent version...
View ArticleEdited Issue: Missing "Attach Debugger" menu from server explorer [1781]
NTVS RC2VS 2015 CTP5 (Dev14.DP.22512.00)Repro:1. Create an Azure Express 3 application2. Build and publish to Azure3. In Server Explorer under Websites, right click on the website you deployed your app...
View ArticleEdited Issue: Program under debug never exits. [1807]
On the for loop on line 7 put a breakpoint. Run F5.Program will never exit. Run without debugging it will end.```var cluster = require('cluster');var http = require('http');var numCPUs =...
View ArticleEdited Issue: Newer Version Available should be removed from package...
For all my packages, it says "no such table: CatalogEntry".We should remove that from the UI if we can't get any useful value out of...
View ArticleEdited Issue: Newer Version Available should be removed from package...
For all my packages, it says "no such table: CatalogEntry".We should remove that from the UI if we can't get any useful value out of...
View ArticleEdited Issue: for..of syntax is not supported [1805]
```for (x of [1,2,3]) { console.log(x);}```We squiggle `of`, and don't correctly infer the type of `x`.Note that this syntax is now enabled out of the box in Node.js 0.12 (well, and io.js).
View ArticleEdited Issue: for..of syntax is not supported [1805]
```for (x of [1,2,3]) { console.log(x);}```We squiggle `of`, and don't correctly infer the type of `x`.Note that this syntax is now enabled out of the box in Node.js 0.12 (well, and io.js).
View ArticleEdited Issue: typing decimal values incorrectly pops up code completion [1803]
e.g. ```var a = 3*3.5<enter>```yields```var a = 3*3.abbrev``` in the editor```var a = 3*3.constructor``` in the interactive windowAlso if you press shift-enter instead of enter, the intellisense...
View ArticleEdited Issue: typing decimal values incorrectly pops up code completion [1803]
e.g. ```var a = 3*3.5<enter>```yields```var a = 3*3.abbrev``` in the editor```var a = 3*3.constructor``` in the interactive windowAlso if you press shift-enter instead of enter, the intellisense...
View ArticleEdited Issue: intellisense return type wrong for array * int [1802]
In javascript, it returns NaN, but ntvs says that it'll return an array.```function multiply(a, b) { return a*b;}multiply([1,2], 3);```
View ArticleEdited Unassigned: High memory usage [1795]
I'm using the latest release (NTVS 1.0 RC2) and as well as seeing high CPU usage from time to time coming from Visual studio I am also seeing very high memory usage (see attached)The longer I use VS...
View ArticleEdited Unassigned: open old project on VS 2013 error when update NTVS 1.0 RC2...
E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj : error : The project file 'E:\MEAN\Poll\VoteOnline\VoteOnline.njsproj' cannot be opened.There is a missing project subtype.Subtype:...
View ArticleEdited Issue: Error when opening project: "path must be to package.json file"...
Get this error and then Visual studio crashes,got this after installing latest node.js tools
View ArticleEdited Issue: typing decimal values incorrectly pops up code completion [1803]
e.g. ```var a = 3*3.5<enter>```yields```var a = 3*3.abbrev``` in the editor```var a = 3*3.constructor``` in the interactive windowAlso if you press shift-enter instead of enter, the intellisense...
View ArticleNew Comment on "Installation"
When I hit F5, the code execution is not stopping at any breakpoints. I have Node.js version 0.12.0, and VS 2013 Update 4 installed. I have tried the "Blank Node.js Console Application" and the "Blank...
View ArticleCreated Unassigned: Breakpoints are not working with VS 2014 Update 4 and...
I have tried starting a project from the "Blank Node.js Console Application" and "Blank Node.js Web Application" projects. When I place a breakpoint and then press F5, the application is executed, but...
View Article