Commented 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 Unassigned: 2.5GB memory spike opening project [1349]
Just upgraded from the 1.0 Alpha to 1.0 Beta 2 and during the project load memory usage spikes up to 2.3GB and stays there. CPU usage fluctuating between 50-70% and this is without even doing...
View ArticleEdited Issue: no completions on buffer instance [1077]
new require('buffer').Buffer() / require('buffer').Buffer() gives no completions after
View ArticleEdited Issue: Need to specialize array.push [1193]
Mongoose quick start does:```var db = mongoose.connection;db.on('error', console.error.bind(console, 'connection error:'));db.once('open', function callback () {// yay!});```connection is ultimately...
View ArticleCommented Issue: We should understand `util.inherits` [1259]
It is an idiomatic way to establish "inheritance" (i.e. prototype chain) between constructors in node. We should special-case...
View ArticleEdited Issue: We should understand `util.inherits` [1259]
It is an idiomatic way to establish "inheritance" (i.e. prototype chain) between constructors in node. We should special-case...
View ArticleEdited Issue: socket.io - 'on' is missing in completions [983]
```var sio = require('socket.io').listen(80);sio.sockets.on```There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.
View ArticleCommented Issue: socket.io - 'on' is missing in completions [983]
```var sio = require('socket.io').listen(80);sio.sockets.on```There's no member `on` in the member list for `sockets`. Most other stuff seems to be there, just not this.Comments: This appears to be...
View ArticleCommented Issue: body-parser member info missing [1239]
```jsvar bodyParser = require('body-parser');bodyParser();bodyParser.json();````bodyParser` only displays members that are universal to all objects - no info when calling it or on `json`.It seems that...
View ArticleCommented Issue: body-parser member info missing [1239]
```jsvar bodyParser = require('body-parser');bodyParser();bodyParser.json();````bodyParser` only displays members that are universal to all objects - no info when calling it or on `json`.It seems that...
View ArticleCreated Issue: Analysis caused crash? [1375]
Using build 20903.00, VS 2013 Update 3I had the task explorer extension installed, with the task explorer tool window opened, but there was nothing in it. I don't know if it's related yet, will update...
View ArticleEdited Issue: Analysis caused crash? [1375]
Using build 20903.00, VS 2013 Update 3Edit: Not related to task explorer extension (repros without it)Create starter express project.Add new blank JavaScript file named grunt.js to project.Close...
View ArticleEdited Issue: Analysis caused crash? [1375]
Using build 20903.00, VS 2013 Update 3Edit: Not related to task explorer extension (repros without it)Create starter express project.Add new blank JavaScript file named grunt.js to project.Close...
View ArticleCreated Unassigned: Can't publish native node packages [1376]
Is it possible to deploy native #nodejs packages, eg level, on Azure websites? Node-gyp fails when continuous deployment is configured on Azure.
View ArticleCommented Issue: Analysis caused crash? [1375]
Using build 20903.00, VS 2013 Update 3Edit: Not related to task explorer extension (repros without it)Create starter express project.Add new blank JavaScript file named grunt.js to project.Close...
View ArticleCreated Issue: Can't create project if node isn't installed [1377]
User should be able to create the project w/o node.js installed.
View ArticleCreated Issue: Wrap FileSystemWatcher to avoid race conditions [1378]
https://pytools.codeplex.com/workitem/2590Create a fix that wraps FileSystemWatcher in our own class and implement an asynchronous Dispose(). If we queue the actual Dispose() on a background thread it...
View ArticleNew Comment on "AzureWebSiteWebDeploy"
I created a new "Basic Microsoft Azure Express" application, and tried to publish it to my test Azure website. I get the following error: "------ Publish started: Project: ExpressApp4, Configuration:...
View ArticleCreated Unassigned: Web.config and Web.debug.config will not deploy [1379]
I created a new "Basic Microsoft Azure Express" application, and without changing the newly created project, I tried to publish it to a new test Azure website. I get the following error:"------ Publish...
View ArticleCommented Unassigned: Web.config and Web.debug.config will not deploy [1379]
I created a new "Basic Microsoft Azure Express" application, and without changing the newly created project, I tried to publish it to a new test Azure website. I get the following error:"------ Publish...
View Article