Edited Issue: NPM: search on setup- returns nothing [1744]
VS2013 Community Update 4NTVS 30107.00Search on setup- returns nothing, but -setup returns the valid packages.
View ArticleEdited Issue: Rename Azure web site to Azure Website in remote attach...
In this dialog, we should change the string to match the new naming...
View ArticleEdited Unassigned: Icon missing on import project wizard [1742]
VS 2012.4
View ArticleEdited Issue: Opening npm dialog while downloading doesn't get messages [1741]
Start a package catalog download and close the UI.Reopen the UI and the message is "Loading published package list...", it should be "Downloading......" with status of how much is downloaded
View ArticleEdited Issue: Exception when formatting document [1740]
UPDATE: Easier Repro: CTROL+K, CTRL-D```exports.hugues = function(req,res){ res.render('hugues', { title: 'Hugues', year: new Date().getFullYear(), message: 'Your hugues page.' });};```VS 2013 Express...
View ArticleEdited Issue: Add -> New Item -> Jade file produces blank file [1739]
It should fill it with some basic structure, For example, the same command for an HTML file yields this:```<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head><meta...
View ArticleEdited Issue: create new project from existing doesn't check for valid folder...
You can enter a completely bogus path in the dialog, go through the next couple screens - the only thing stopping you is at the last screen finish is greyed out. This is a frustrating for someone who...
View ArticleEdited Issue: create new project from existing wizard missing icon [1736]
should be on the left hand side of the dialog
View ArticleEdited Issue: node-gyp doesn't work in Interactive window [1735]
Note: Experienced on Windows 7Installing a binary package with `.npm install` in the Interactive window fails because node-gyp complains about stdin. Here's the full log:```> .npm install --save...
View ArticleEdited Unassigned: Unable re-attaching to running node app [1734]
Unable to attache to running node app the second time, and get the following error`Unable to attach to the process. General Exception`If restart VS2013 then it works until re-attaching.
View ArticleEdited Issue: Locals window should display errors [1732]
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.Example:```function foo()...
View ArticleEdited Issue: Locals window should display errors [1732]
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.Example:```function foo()...
View ArticleEdited Issue: Debugging locals odd behavior for " [1731]
Typing a " should result in "<cursor in middle>".We however don't do that and then complete when you type the final ". That means a user changing a string is forced to delete a closing "
View ArticleEdited Issue: error re: web developer tools when creating new project from...
This is probably an issue with VS, but we should figure out a way to mitigate this...from /u/SerpensStellarum on reddit> a bug: The "Create new project from existing node.js code" does nothing. I...
View ArticleEdited Issue: intellisense disappears after closing VS when there is an...
1) create new console project2) npm install async3) type code in editor```require('async')async.all```4) F12 on 'all', and go to definition. (takes you to right place in async.js)5) save, close, and...
View ArticleClosed Unassigned: NPM package not added to package.json [1685]
Windows 8.1 CHS with the latest updatesVS 2013 Community ENUAzure SDK 2.5NTVS 21219.02 Dev build1. Create a basic Azure Express 3 app. Name the project Nodejs应用程序1.2. From the NPM dialog, search for...
View ArticleEdited Issue: Locals window should display errors [1732]
In the locals window we need to show users the eval errors. We should do this in the same way C# does via a message box. Currently we just do nothing and leave the value as is.Example:```function foo()...
View ArticleEdited Issue: Rename Azure web site to Azure Website in remote attach...
In this dialog, we should change the string to match the new naming...
View ArticleCreated Unassigned: Getting error while installing dependencies [1746]
npm ERR! network tunneling socket could not be established, cause=Parse Errornpm ERR! network This is most likely not a problem with npm itselfnpm ERR! network and is related to network...
View ArticleCommented Unassigned: Unable re-attaching to running node app [1734]
Unable to attache to running node app the second time, and get the following error`Unable to attach to the process. General Exception`If restart VS2013 then it works until re-attaching.Comments: No,...
View Article