Edited Issue: low res icon in extensions and updates dialog [1502]

View ArticleEdited Issue: TypeScript icons are wrong [1493]
See image:
View ArticleCommented Issue: stuck in 'install New npm Packages" loop [1404]
VS2013 Premium. I attempt to install the NPM package by right clicking NPM in my project. only option not greyed out is install new npm packages. this goes through the download process twice then just...
View ArticleCommented Issue: .gitignore ignores some node.js submodules [1356]
Repro: http://blog.jongallant.com/2014/08/nodejs-visual-studio-azure.html#.U_IqM_9OVaSLooks like this is an issue with the .gitignore file that’s added in new project when you check “add to source...
View ArticleEdited Feature: Node.js Tools for Visual Studio 2014 [1414]
When will support be added for Visual Studio 2014?Thanks,Christi
View ArticleCommented Feature: Node.js Tools for Visual Studio 2014 [1414]
When will support be added for Visual Studio 2014?Thanks,ChristiComments: We are currently working on an NTVS dev build that should work with a pre-release build of Dev14. We will release the dev build...
View ArticleReopened Issue: npm not installed dialog has a (null) [1187]
```---------------------------npm Not Installed---------------------------Could not find npm.cmd. Ensure you have a recent version of node.js installed and have specified the location of node.exe in...
View ArticleEdited Issue: Express4 templates missing preview images in project wizard [1530]
The images are missing in the project creation wizard for the Express 4 templates.
View ArticleCommented Issue: Express4 templates missing preview images in project wizard...
The images are missing in the project creation wizard for the Express 4 templates. Comments: The preview.png files are missing in the project templates. Should be fixed in the next daily build.
View ArticleCommented Issue: Unable to set TypeScript file as startup file [1527]
The TypeScript files are not showing the command to set as startup file.Comments: You may show all files and set the related JS output as startup file.
View ArticleCreated Unassigned: Is it necessary to download the entire packages list? [1531]
I mean it's slow and can not be always up to date.
View ArticleNew Post: drop of node.js tools for vstudio 2015 [ / dev14 ]
any eta on drop of node.js tools for vstudio 2015 [ / dev14 ] ctp4 and newer releases?
View ArticleNew Post: drop of node.js tools for vstudio 2015 [ / dev14 ]
Scratch that question I see someone already asked about this in https://nodejstools.codeplex.com/discussions/571258 thread. On a related note is there no way to delete a new thread in cases like this...
View ArticleNew Post: NTVS for Visual Studio 14
+1 especially given we have support for azure tools and other project extension types already in vstudio 2015 [ / dev14 ] that make using the latest ctp drop full time in lieu of vstudio 2013 [ / dev12...
View ArticleNew Post: Debugging Protractor tests
q1 - I found I had to open <project>.njsproj in order to set <startupfile> element to C:\Users\<myusername>\AppData\Roaming\npm\node_modules\protractor\bin\protractor in order to get...
View ArticleCreated Unassigned: Intellisense not showing all properties of request object...
Hi, I am a new user of nodejs and found the intellisense withing VS amazing to understand node's funtionality without having a book next to me.when i tried to create a simple http server and was trying...
View ArticleCommented Feature: Node.js command prompt panel [677]
I wish your plugin include a command panel similar to the interactive window. Except from there I could issue npm commands, node commands, and invoke scripts from pacakges that install scripts into...
View ArticleCreated Unassigned: Allow $(ProjectDir) in paths in NTVS properties window...
We would like to be able to use Visual Studio variables like $(ProjectDir) in the NTVS properties dialog. That would really speed up our workflows and help prevent collisions between developers.NTVS...
View ArticleEdited Issue: Formatting issue in beta3 [1525]
Hi,Auto formatting this code:````var a = function (test) { return {}}````gives````var a = function (test) { return {}}````Another example, auto formatting this code:````socket.on("disconnect", function...
View ArticleEdited Issue: Drag & drop in solution explorer deletes target file without...
My project has the following:```\Source\JavaScript1.js:// this is the source\Target\JavaScript1.js:// this is the target```Drag & drop `\Source\JavaScript1.js` on top of `\Target\JavaScript1.js`...
View Article