Closed Feature: 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.Comments: See answer here:...
View ArticleCommented Unassigned: doskey crash [901]
Whenever I try to use Node.js Tools I get a crash on doskey.exe. This happens when I create or open a Node project and when I open the npm tools. I did not try any other node tools features.When I...
View ArticleNew Post: Intellisense for Client Side JS Frameworks
For example, how would I get jquery Intellisense working for client side js files that are served by node? I've tried this: /// <reference path="jquery-1.11.1.min.js" /> But no luck.
View ArticleNew Post: Intellisense for Client Side JS Frameworks
If you right-click on the file in solution explorer and choose Open With, and pick Source Code (Text) Editor (Default), you'll get an editor with the JavaScript Language Service.
View ArticleNew Post: Intellisense for Client Side JS Frameworks
Also see https://nodejstools.codeplex.com/workitem/1401
View ArticleEdited Issue: ExportRunner does not fail any tests [1391]
I just opened work item #1390 but it turns out the problem is more endemic.The following (TypeScript) test```TypeScriptimport assert = require('assert');export function test() {...
View ArticleEdited Issue: assert.throws does not fail in Test Explorer [1390]
Hi,NTVS Version: Sep dev build.VS Version: 2013 Ultimate Update 3 RTM.To repro* Add the following test case.```TypeScriptimport assert = require("assert");export function test() { assert.throws(()...
View ArticleEdited Issue: ExportRunner does not fail any tests [1391]
I just opened work item #1390 but it turns out the problem is more endemic.The following (TypeScript) test```TypeScriptimport assert = require('assert');export function test() {...
View ArticleEdited Issue: assert.throws does not fail in Test Explorer [1390]
Hi,NTVS Version: Sep dev build.VS Version: 2013 Ultimate Update 3 RTM.To repro* Add the following test case.```TypeScriptimport assert = require("assert");export function test() { assert.throws(()...
View ArticleEdited Issue: Inconsistent origin for methods [991]
We are reporting toLocaleString and toString as coming from different locations.```var io = require('socket.io');io.RedisStore.```
View ArticleCommented Issue: Inconsistent origin for methods [991]
We are reporting toLocaleString and toString as coming from different locations.```var io = require('socket.io');io.RedisStore.```Comments: No longer repros, we no longer report RedisStore as a member...
View ArticleUpdated Release: Latest dev build (Sep 26, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: 1.0 Beta 2 (Jul 22, 2014)
We’re pleased to announce the release of Node.js Tools for Visual Studio 1.0 Beta 2.Node.js Tools for Visual Studio (NTVS) is an open-source plug-in for Visual Studio which supports developing...
View ArticleUpdated Release: Latest dev build (Sep 26, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: Latest dev build (Sep 26, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: 1.0 Beta 2 (Jul 22, 2014)
We’re pleased to announce the release of Node.js Tools for Visual Studio 1.0 Beta 2.Node.js Tools for Visual Studio (NTVS) is an open-source plug-in for Visual Studio which supports developing...
View ArticleReleased: 1.0 Beta 2 (Jul 22, 2014)
We’re pleased to announce the release of Node.js Tools for Visual Studio 1.0 Beta 2. Node.js Tools for Visual Studio (NTVS) is an open-source plug-in for Visual Studio which supports developing...
View ArticleUpdated Release: 1.0 Beta 2 (Jul 22, 2014)
We’re pleased to announce the release of Node.js Tools for Visual Studio 1.0 Beta 2.Node.js Tools for Visual Studio (NTVS) is an open-source plug-in for Visual Studio which supports developing...
View ArticleReleased: Latest dev build (Sep 26, 2014)
An intermediate release with the latest changes and bug fixes.
View ArticleUpdated Release: Latest dev build (Sep 26, 2014)
An intermediate release with the latest changes and bug fixes.
View Article