Edited Issue: No IntelliSense on external modules and suspiciously small 1MB...
Express for Web 2013 Update 3Create new console appnpm install azurenpm install mongooseType this:var mongoose = require(and see if mongoose and azure are in the list of completions.Restart VS and...
View ArticleEdited Issue: Intellisense, createServer and tracking inferred type across...
Intellisense see the request object in the onRequest function as a ClientRequest object and not an IncomingMessage object:```var http = require("http");var url = require("url");function start(route,...
View ArticleEdited Issue: Crash on compare with unmodified [1587]
VS 2013 (Update 4) crashes since the last second release of ntvs, when i want to compare a file with unmodified (Solution Explorer - Right click on a file - Compare with Unmodified).I use git as source...
View ArticleEdited Issue: Analyzer Assertion - Failed to find function record [1462]
```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Failed to find function record at...
View ArticleEdited Issue: Dev14 underscore in a typescript file causes VS to crash [1562]
VS 2015 Preview (build 22310.01)NTVS 21117.01Repro step1. Create a Typescript node console app2. In app.ts, type:```import _```This brings up the intellisense window then VS crashes. An unhandled...
View ArticleCommented Unassigned: createTableIfNotExists: Uncaught TypeError: Cannot set...
I believe I found a race condition with the createTableIfNotExists method. I've got a loop that calls a method to create a new object. That method calls createTableIfNotExists and I get the following...
View ArticleCommented Unassigned: createTableIfNotExists: Uncaught TypeError: Cannot set...
I believe I found a race condition with the createTableIfNotExists method. I've got a loop that calls a method to create a new object. That method calls createTableIfNotExists and I get the following...
View ArticleCreated Unassigned: Are @scoped npm packages supported? [1607]
Hi,I'm using VS 2015 preview 1 with NTVS RC 1. I am using a private npm repository (npm Enterprise, see: https://docs.npmjs.com/enterprise/intro) which allows me to install @scoped packages which are...
View ArticleEdited Unassigned: Are @scoped npm packages supported? [1607]
Hi,I'm using VS 2015 preview 1 with NTVS RC 1. I am using a private npm repository (npm Enterprise, see: https://docs.npmjs.com/enterprise/intro) which allows me to install @scoped packages which are...
View ArticleClosed Unassigned: createTableIfNotExists: Uncaught TypeError: Cannot set...
I believe I found a race condition with the createTableIfNotExists method. I've got a loop that calls a method to create a new object. That method calls createTableIfNotExists and I get the following...
View ArticleEdited Issue: WebEssentials and TypeScriptOutDir [1606]
VS 2013 Update 4 + Web Essentials 2013 2.5.3 (latest at this time)NTVS Dev 2014-12-05Note: I can't repro this using Html Application with TypeScript. Might be an issue with our project system. If not,...
View ArticleEdited Issue: Jade editor hides dot-class syntax elements in VS2015 Preview...
I'm using Jade markup in my Express app, and when I migrated it into the VS2015 Preview, I discovered wide swaths of blank spaces that don't show up as dots when you turn on View White Space (Ctrl-E,...
View ArticleEdited Unassigned: Execute MSBuild InlineTask [1603]
Hello,I'm trying to run this simple inline task at the end of njsproj file without success:```<UsingTask TaskName="Hello2" TaskFactory="CodeTaskFactory" AssemblyName="Microsoft.Build.Tasks.v12.0"...
View ArticleEdited Issue: Interactive window menu item not available when no project is...
View->Other Windows->Node.js Interactive Window is only available when a project is loaded. Not sure if that's intentional, but this is different behavior than PTVS.Discovered by:...
View ArticleCommented Unassigned: Saving file causes VS crash [1600]
Used 1.0 RC build under MSVS2013 Ultimate (Update 3)```Application: devenv.exeFramework Version: v4.0.30319Description: The process was terminated due to an unhandled exception.Exception Info:...
View ArticleEdited Issue: Error reading package.json [1594]
I'm getting the following error when installing packages from npm:> Microsoft.NodejsTools.Npm.PackageJsonException: Error reading package.json at...
View ArticleEdited Issue: Setting the node.exe path in properties does not also set npm...
Currently if the user sets the path to the node.exe they want to use in node.js project properties, we don't adjust the path to NPM and possibly other things. We should look at taking this property...
View ArticleEdited Issue: Setting the node.exe path in properties does not also set npm...
Currently if the user sets the path to the node.exe they want to use in node.js project properties, we don't adjust the path to NPM and possibly other things. We should look at taking this property...
View ArticleCreated Unassigned: Change alias in copyright notice away from vspython [1608]
Right now we have this in every file comment header:vspython@microsoft.comSeems like we should make a node alias, if we don't have one already.
View Article