Edited Issue: Indentation issues [1801]
I just recently discovered Node.js Tools for Visual Studio and decided to try it out, but I seem to have problems with automatic indentations. I see that there were already a few issues regarding this,...
View ArticleCommented Issue: Indentation issues [1801]
I just recently discovered Node.js Tools for Visual Studio and decided to try it out, but I seem to have problems with automatic indentations. I see that there were already a few issues regarding this,...
View ArticleEdited Unassigned: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleCommented Unassigned: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleNew Post: Should I uninstall an older version before installing the latest one?
Should I uninstall an older version of NTVS before installing the latest one? I have an old alpha version installed and wonder if it is safe to install RC2 right over it, or if I need to uninstall the...
View ArticleNew Post: Should I uninstall an older version before installing the latest one?
We haven't tested that specific upgrade path, but should be safe. Welcome back :-)
View ArticleNew Post: Should I uninstall an older version before installing the latest one?
Seems to have gone fine, no problems so far. Thanks for the prompt reply!
View ArticleCommented Issue: Indentation issues [1801]
I just recently discovered Node.js Tools for Visual Studio and decided to try it out, but I seem to have problems with automatic indentations. I see that there were already a few issues regarding this,...
View ArticleCommented Issue: Indentation issues [1801]
I just recently discovered Node.js Tools for Visual Studio and decided to try it out, but I seem to have problems with automatic indentations. I see that there were already a few issues regarding this,...
View ArticleEdited Issue: WAT070: The referenced assembly WorkerRole.exe was not found....
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleCommented Issue: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleCommented Issue: Unable to profile with io.js (or node 0.12) [1798]
Config:- Win8.1 ENU- io.js- VS2013.4 Community- NTVS 30129.00Repro:1. Create a starter Azure Express 3 web app under c:\ntvs2. Select Analyze->Profile (nodejs)3. Close the website after it...
View ArticleCreated 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 ArticleCommented Issue: WAT070: The referenced assembly WorkerRole.exe was not...
Attempting to build an Azure Cloud Services project via MSBuild emits the following error. As far as I was aware the Worker Role (Nodejs) projects do not generate an executable file, nor can I find any...
View ArticleCommented Unassigned: 100% CPU usage for very long periods (system unusable)...
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 ArticleCommented Unassigned: 100% CPU usage for very long periods (system unusable)...
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 ArticleCreated Issue: typing decimal values incorrectly pops up code completion [1803]
e.g. ```var a = 3*3.5<enter>```yields```var a = 3*3.abbrev ```var a = 3*3.constructor``` in the interactive windowAlso if you press shift-enter instead of enter, the intellisense window...
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 ArticleCreated Issue: empty entries in node_modules folder [1804]
Project that reproduces the issue: http://1drv.ms/1E5DIzn
View ArticleEdited Issue: empty entries in node_modules folder [1804]
Project that reproduces the issue: http://1drv.ms/1E5DIzn
View Article