Commented Issue: npm ui fails to parse package list [1403]
from martin_codeplex (https://nodejstools.codeplex.com/workitem/1308):The packagecache.json parser is not properly acting. The relevant code is:File :...
View ArticleEdited Issue: npm ui fails to parse package list [1403]
from martin_codeplex (https://nodejstools.codeplex.com/workitem/1308):The packagecache.json parser is not properly acting. The relevant code is:File :...
View ArticleCommented Issue: npm ui fails to parse package list [1403]
from martin_codeplex (https://nodejstools.codeplex.com/workitem/1308):The packagecache.json parser is not properly acting. The relevant code is:File :...
View ArticleEdited Issue: npm ui fails to parse package list [1403]
from martin_codeplex (https://nodejstools.codeplex.com/workitem/1308):The packagecache.json parser is not properly acting. The relevant code is:File :...
View ArticleCommented Issue: npm package list empty [1308]
I've just upgraded to Beta 2 but I can't seem to install new npm packages as the package list is always empty. If I refresh the list it just takes a long time and still comes back with nothing.I can...
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleCommented Issue: npm Package manager fails to retrieve published package list...
Sometimes, when I right click npm and select "Manage npm Modules", the package manages says "Loading published package list", but it comes back empty. See screenshot here:...
View ArticleNew Post: Hints for intellisense
Hi all, I have some issues:I use "inherits" a lot, not utils.inherits, a method I've created myself. The members of the base class does not appear on the intellisense. To avoid circular references in...
View ArticleNew Post: TypeScript: include files or multiple output files
Hi, this is what I did now although it is a very bad solution imho. Thanks!
View ArticleCommented Issue: TypeScript: File icon is different. [738]
Hi,I've attached an image that compares the file icon provide by TypeScript projects vs. NTVS for TypeScript files.It's confusing to have two different icons for the same file type.Please consider...
View ArticleCreated Unassigned: Assert message "Output" link missing in Test Explorer [1407]
Hi,NTVS: 26-SepVS: 2013 Ultimate Update 3.As of this version the link to the assert messages are not being displayed on the test explorer tab. This makes it impossible to see which assert has failed...
View ArticleReviewed: Latest dev build (Sep 28, 2014)
Rated 4 Stars (out of 5) - look stable great addition to typescript
View ArticleEdited Feature: Add support for passing in v8 log path [1104]
Add support for opening v8 perf log as a performance session.```User provides path to v8 logWe create a perf session and process the file which we hand off to VS to display```
View ArticleEdited Feature: Enable script debugging in Visual Studio from Internet...
With the ASP.NET templates we had the oppurtinity to debug javascript files from the internet explorer in visual studio. This doesn't seem to work with the new Nodejs template (only nodejs files...
View ArticleClosed Issue: Can't publish worker role [1396]
VS 2013 Express for Web with Update 3, Azure Tools 2.4, NTVS DevBuild 2014-09-18Create Azure Cloud Service project.Add a Node.js Worker Role.Publish the cloud service project.You'll get an...
View ArticleCommented Feature: Show closure variables in local window [166]
Example of this is in express\lib\router\index.js. The param function captures the i which is a parameter of the outer pass function.Comments: Fundamentally, the problem is that we don't get the names...
View ArticleClosed Feature: Show closure variables in local window [166]
Example of this is in express\lib\router\index.js. The param function captures the i which is a parameter of the outer pass function.
View ArticleEdited Feature: Show jsdoc comments in signature tooltips [1283]
We should do the same thing as we do in PTVS, except that we should grab the nearby JSDoc (`/**`) comment instead of the docstring, and parse it using the JSDoc syntax. E.g. from azure module:```js*...
View ArticleCommented Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View Article