Edited Issue: Start Debugging doesn't work with Russian locale [1561]
I have visual studio 2013 community. Windows 8.1 russian version. When i click debug(F5) nothing happened. Ctrl + F5 works ok.
View ArticleCreated Feature: Improve indenting of multiline comments [1576]
And incorrectly indents things that follow them.Begin with```js{/** foo* bar**/baz}```Insert an opening curly brace on a new line before the comment, and a closing one on a new line after the comment....
View ArticleEdited Feature: Improve indenting of multiline comments [1576]
And incorrectly indents things that follow them.Begin with```js{/** foo* bar**/baz}```Insert an opening curly brace on a new line before the comment, and a closing one on a new line after the comment....
View ArticleEdited Feature: Improve indenting of multiline comments [1576]
And incorrectly indents things that follow them.Format:```js{/** foo* bar**/baz}```Current:```js{/** foo* bar**/ baz;}```Best Result would be:```js{/** foo* bar**/ baz;}```
View ArticleCreated Unassigned: For loops indent comments when they shouldn't [1577]
Format Below:```function f() { for(var i = 0; i<0; i++)/* var x; var y;*/ var z; var w;}```Expect:```function f() { for(var i = 0; i<0; i++)/* var x; var y;*/ var z; var w;}```Actual:```function...
View ArticleEdited Issue: npm commands in repl or ui often fail to exit [1575]
this locks up the repl/dialog
View ArticleEdited Issue: Expected new project's package name to contain hyphens [1526]
I created a new Node.js command line app with Visual Studio 2013 Pro and specified the name of the project to be "test-console-app".When I opened the newly created `package.json`, I expected that to be...
View ArticleEdited Issue: NPM UI Errors out with out-of-memory [1382]
Hi,VS Version: Ultimate update 3NTVS: 5-Sep-2014 (Latest dev build)Downloaded 46MB of the package listDownloaded 47MB of the package listDownloaded 48MB of the package listDownload completeReading...
View ArticleEdited Issue: Button pressed text color is incorrect [1270]
Color should not change when the button is pressed.
View ArticleCreated Issue: Navigation to typescript test opens the .js instead of .ts [1578]
From test explorer, double-click on a test. It will open the wrong file.
View ArticleCreated Issue: Handle GetPathToNpm throwing exceptions or don't throw. [1579]
We throw an exception when we can't find Npm which causes us not to display the correct dialog.throw new NpmNotFoundException( string.Format("Cannot find npm.cmd at '{0}' nor on your system PATH....
View ArticleNew Post: Error 10054. Debugging a locally running node.exe process with VS
I have Visual Studio 2013 with NTVS 1.0 Beta 3. I am trying to debug a node.js project by attaching to a locally running node.exe process from VS. I followed the instructions in the documentation. I...
View ArticleNew Post: Error 10054. Debugging a locally running node.exe process with VS
This particular scenario had some rather confusing documentation previously (and, quite possibly, currently). Are you trying to attach to node.exe directly, or are you using the debug proxy? And are...
View ArticleNew Post: Error 10054. Debugging a locally running node.exe process with VS
I am trying to connect to node.exe directly. In the node command prompt I run Node.exe --debug bin\www (www is my startup file) In VS I select “Attach to Process” Transport: “Node remote debugging”...
View ArticleNew Post: Error 10054. Debugging a locally running node.exe process with VS
We had run into similar issues before with no clear indication of why this goes wrong. The workaround that is consistently working so far is to use the remote debug proxy, directing it at localhost....
View ArticleNew Post: How do you reference Node JS projects withhin a solution?
Example Solution | -->Project_1 -->Project_2 Project_2 needs to reference Project_1 I could manually copy dependencies or set up grunt but I was hoping VS may have something build in already....
View ArticleNew Post: How do you reference Node JS projects within a solution?
Solution -->Project_1 -->Project_2 Project_2 needs to reference Project_1 I could manually copy dependencies or set up grunt but I was hoping VS may have something build in already. Sort of like...
View ArticleNew Post: How do you reference Node JS projects withhin a solution?
Sorry got published twice. and there is no way to delete the dup
View ArticleReviewed: 1.0 Beta 3 (Nov 22, 2014)
Rated 5 Stars (out of 5) - I love node.js, and this finally allows me to use visual studio to work with it.
View Article