Commented Issue: fails to reconstruct repl window when restarting vs while...
This one goes through bouts of repro-ing consistently (when it repros, it repros many times in a row)An exception was encountered while constructing the content of this frame. This information is also...
View ArticleCommented Unassigned: Redirect javascript output directory to path option is...
1. Create new NodeJs Console App2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.3. Compile__Expected__js files to be generated in the 'lib' folder...
View ArticleCommented Feature: Allow setting non-js files as the startup file. [1008]
The express-generator utility creates a JavaScript file with no extension that is supposed to be used to launch the project:Contents of `bin\www`:```#!/usr/bin/env nodevar debug =...
View ArticleNew Comment on "AzureWebSiteWebDeploy"
I had the exact same issue publishing, the issue has to do with long file names (>260 characters). I renamed my project to a shorter name, then moved my project dir out of...
View ArticleEdited Issue: reformat of yield from should remove spaces after * [1441]
```function * f() { yield * 42;}```Reformat, the spaces aren't removed
View ArticleEdited Issue: Type is lost when inverting dependencies. [1516]
When an object that the extension understands and can provide intellisense for is passed to another function, that function has no way of knowing what type the parameters are, and cannot provide any...
View ArticleEdited Issue: Reverse Expression Parser labeling end brace for for [1490]
```for (x = 0; x < 10000; x++) { x = 0;}```hover on the closing brace and you will see:():}: number
View ArticleClosed Unassigned: Redirect javascript output directory to path option is not...
1. Create new NodeJs Console App2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.3. Compile__Expected__js files to be generated in the 'lib' folder...
View ArticleEdited Unassigned: Redirect javascript output directory to path option is not...
1. Create new NodeJs Console App2. Set 'redirect javacript output to directory' to 'lib' on the typescript build property page.3. Compile__Expected__js files to be generated in the 'lib' folder...
View ArticleEdited Unassigned: Nodejs project build on MSBuild [1451]
We have a NodeJs project that we want to build on our TFS Server. We are using the Default Git template for our Build Definition. However we are getting the following...
View ArticleNew Post: Debugging Koa (with Node.js 0.11.14) works perfectly!
Hi guys, just want you to know that debugging a node.js Koa application is working perfectly with Beta 3 of Node.js Tools for Visual Studio. Note that you'll need to use Node.js v0.11.14 with the...
View ArticleCommented Issue: Unable to rename ts file [1510]
Hi,when I try to rename ts file in Solution Explorer message box pops up with title: “ Microsoft Visual Studio” and message “fileWatcher”. After that old/renamed file on disk and in solution explorer...
View ArticleCommented Unassigned: Unable to parse package.json from your project. [1423]
When adding grunt and grunt-bowercopy as devDependencies to your project, it seems that the npm management of Node.js Tools gets in trouble _after_ (a) these dependencies are installed and (b) visual...
View ArticleNew Post: Using a gruntfile as a starting file
I would also like to see a way to run via gruntfile.js.
View ArticleNew Post: Known performance problem with a large number of dependencies?
Thanks, Andrew, for validating that there's still some performance issues. I was having the same problem with my large node project. I had to turn off intellisense to reduce the a memory leak that was...
View ArticleNew Post: Known performance problem with a large number of dependencies?
We're sorry to hear of your performance issues. We are testing with some large projects internally. We are not however seeing crashes from analysis. Are there anymore details to reproduce this crash?...
View ArticleNew Post: Is the Intellisense memory leak fixed for very large node projects?
I submitted a defect a while back about this and was just wondering if this has been addressed in beta 3? We use about 50 modules, and we have a significantly deep hierarchy of javascript source files....
View ArticleNew Post: Is the Intellisense memory leak fixed for very large node projects?
Also, I don't know how widely popular Express is for node development these days. Seems to be dying out a bit in favor of other modules, but I could be wrong. It would be nice to see a bit more focus...
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 Task: Look into whether our formatter is replacing too aggressively...
When I was fixing an issue with formatting in brace completions I had to do some extra work to make sure the caret position wasn't moved off of a line because the following line would be...
View Article