Commented Issue: text explorer not discovering tests [1202]
vs2012 win7 32-bit, neither mocha nor exportrunner (even after TestFramework is set)Comments: @nabog, Was the undiscovered file a newly added item? We gather the files for discovery from the msbuild...
View ArticleEdited Issue: Missing "Web" in JS template named "Blank Microsoft Azure...
The template name under JavaScript for "Blank Microsoft Azure Node.js Application" is missing the word "Web". See TypeScript for an example.
View ArticleEdited Issue: Funky dedentation [1194]
Type the following code. Every line will be dedented to the left after hitting the last ')'.var request = require('request');request('http://www.google.com', function (error, response, body) {if...
View ArticleEdited Issue: No completions with new keyword [1203]
Using this package:https://www.npmjs.org/package/glob```var Glob = require("glob").Globvar mg = new Glob(pattern, options, cb)```You won't get completions when you type `new Glob(` but you see...
View ArticleEdited Issue: intellisense in non-terminated function missing parameters [1200]
```console.log(function(error, response) { er```This should display "error" but it does not. workaround: complete the scope and all will work fine.
View ArticleEdited Issue: hundreds of error warnings from dependent packages [1195]
issue even occurs with built-in templates (e.g. express)
View ArticleEdited Issue: Funky dedentation [1194]
Type the following code. Every line will be dedented to the left after hitting the last ')'.var request = require('request');request('http://www.google.com', function (error, response, body) {if...
View ArticleNew Post: A whole bunch of bug fixes on their way...
@nabog, can you check that the test case is using ExportRunner. Previously the framework was called Default. If your project is older and has tests marked to use the Default framework you'll need to...
View ArticleCreated Issue: Cancel saves the selection on Tools->options->Text...
NTVS build 20709.00Win8.1 CHS with latest updatesVS2013 Update3 RCCancel saves the selection on Tools->Options->Text Editor->Node.js->Formatting->General.Repro:1. By default, all options...
View ArticleCommented Issue: Cancel saves the selection on Tools->options->Text...
NTVS build 20709.00Win8.1 CHS with latest updatesVS2013 Update3 RCCancel saves the selection on Tools->Options->Text Editor->Node.js->Formatting->General.Repro:1. By default, all options...
View ArticleCommented Issue: Cancel saves the selection on Tools->options->Text...
NTVS build 20709.00Win8.1 CHS with latest updatesVS2013 Update3 RCCancel saves the selection on Tools->Options->Text Editor->Node.js->Formatting->General.Repro:1. By default, all options...
View ArticleEdited Issue: Test Framework not being set after adding unit test file [1205]
should be set automatically(vs2012 win7 32-bit)
View ArticleEdited Issue: Null reference exception when loading npm dialog [1188]
VS 2013 Express for WebNew machine, never used the npm dialog beforeOpen npm dialog, click Close while it's loading catalog (takes a long time as there is no cache yet).Open output window, wait for it...
View ArticleEdited Feature: Go to package readme or homepage by right clicking on...
Much easier than trying to search for the package every time you want to look up something in the API
View ArticleEdited Unassigned: "Refresh catalog" button should be grouped with "last...
Currently, the user experience is to see the "catalog last updated" button, decide it's time to update, and search around for a way to update the catalog. Ideally, the button (or in this case, maybe it...
View ArticleCommented Unassigned: "Refresh catalog" button should be grouped with "last...
Currently, the user experience is to see the "catalog last updated" button, decide it's time to update, and search around for a way to update the catalog. Ideally, the button (or in this case, maybe it...
View ArticleEdited Feature: No require intellisense in interactive window for...
With a project open, type in interactive window:```require(```and you will only see builtin modules, none of the package.json modules such as express will be in the list.Resetting the interactive...
View ArticleClosed Feature: needs to add code blog folding [1219]
The "Toggle Outlining Expansion" not working for "NTVS Dev 2014-07-03"Comments: https://nodejstools.codeplex.com/workitem/1185
View Article