Edited Issue: crash while defining a new function [974]
vs 2013, build 20509.00I think I was just done typing something like```function trimVersion(```and it crashed:```Application: devenv.exeFramework Version: v4.0.30319Description: The process was...
View ArticleEdited Issue: require intellisense completion list doesn't contain newly...
If you add JS files to your project, you don't see them when you type `require(`.You need to close and reopen the solution for them to appear.
View ArticleCreated Issue: NPM manager fails to detect missing modules [985]
The npm manager fails to identify module dependencies listed in package.json.```git clone https://github.com/TimeMagazine/babynames.gitCreate project from existing code```The project should have a list...
View ArticleNew Post: Setting up Karma with Node.js Tools
Hi, First of all well done for the project and hope it will get the widespread adoption it deserves. I am looking into getting Karma tests running and I was wondering if anyone was able to use Karma...
View ArticleEdited Issue: NPM manager watching wrong directory [985]
The npm manager fails to identify module dependencies listed in package.json b/c its looking for package.json in the wrong location```Create a project from existing code and save the .njsproj file in a...
View ArticleCreated Issue: VS 2012 trying to build with VS 2013 [986]
Build failure when installing node packagesC:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset =...
View ArticleCreated Issue: Failure to propegate dynamic export assignment [987]
We fail to properly assign the exports and instead show the relative file path.```npm install colors``````var colors = require('colors');colors.themes.```
View ArticleNew Post: Setting up Karma with Node.js Tools
I found a project issue that specified a workaround to get karma running and debugging: https://nodejstools.codeplex.com/workitem/883
View ArticleCommented Feature: I want to start the project without a startup script [883]
Use case: I need to debug my karma tests- I created a new node project- I added a dependency on karma- I added a few tests- I went to the project properties and set:Node.exe arguments: karmaScript.exe...
View ArticleUpdated Release: Latest Dev Build (Mar 12, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release contains a number of bug fixes since the Alpha...
View ArticleUpdated Release: Latest Dev Build (Mar 12, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release contains a number of bug fixes since the Alpha...
View ArticleReleased: Latest Dev Build (May 14, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments. This release includes a new intellisense engine which is...
View ArticleUpdated Release: Latest Dev Build (May 14, 2014)
This dev build release reflects our latest source code. It has not been extensively tested and is not recommended for production environments.This release includes a new intellisense engine which is...
View ArticleCommented Unassigned: Node.js with TypeScript: calling node.js function...
please help me with the following problem. I created default node.js app with express using Visual Studio nodejs tools and now I'm trying to call setTimeout function that is declared in node.d.ts. The...
View ArticleCommented Unassigned: Node.js with TypeScript: calling node.js function...
please help me with the following problem. I created default node.js app with express using Visual Studio nodejs tools and now I'm trying to call setTimeout function that is declared in node.d.ts. The...
View ArticleClosed Unassigned: Node.js with TypeScript: calling node.js function instead...
please help me with the following problem. I created default node.js app with express using Visual Studio nodejs tools and now I'm trying to call setTimeout function that is declared in node.d.ts. The...
View ArticleCommented Issue: Build fails with long filename error [862]
Hi, NTVS Version: NTVS Dev 2014-03-12 VS 2013.msi VS Version : Visual Studio 2013 Ultimate I have a simple Express app that is using the "googleapis" package. On build, it tries to copy into the...
View ArticleCreated Unassigned: Create New Project Can’t Debug. [988]
Create new project. (Node.js Application)-> Not working debug mode.Solution was found.app.js (or app.ts) file change encoding UTF-8 (BOM) to UTF-8 (not BOM).-> Working debug mode!
View ArticleCommented Feature: I want to start the project without a startup script [883]
Use case: I need to debug my karma tests- I created a new node project- I added a dependency on karma- I added a few tests- I went to the project properties and set:Node.exe arguments: karmaScript.exe...
View ArticleNew Post: Solution failing to load with 14-May release
Hi, I have a solution with a mix of TypeScript and NTVS projects. There are 12 of the latter. After the installation, I am no longer able to open the solution. It says "loading..." with the blue line...
View Article