Edited Issue: Typescript build options are not respected [1410]
The Typescript Build option "Keep comments in JavaScript output" is not respected if one unchecks the option. The comments are still saved in the JS output file. 1. Create a node.js typescript...
View ArticleClosed Issue: Selecting to save analysis file causes VS to crash [1421]
VS2013 Ult Update4 CTP2NTVS 21003.02Repro:1. With the preset default analysis options, create an Express Web app. Wait for the analysis results to be saved to the disk. 2. Go to the Tools Options ->...
View ArticleEdited Issue: Selecting to save analysis file causes VS to crash [1421]
VS2013 Ult Update4 CTP2NTVS 21003.02Repro:1. With the preset default analysis options, create an Express Web app. Wait for the analysis results to be saved to the disk. 2. Go to the Tools Options ->...
View ArticleClosed Issue: Typescript, test window, double clicking on test takes to...
NTVS 21003.00.1. Create a Typescript Express project2. Add Typescript unit test to the project3. In UnitTest1.ts file, add the following code:import assert = require('assert');export function Test0() {...
View ArticleEdited Issue: Typescript, test window, double clicking on test takes to...
NTVS 21003.00.1. Create a Typescript Express project2. Add Typescript unit test to the project3. In UnitTest1.ts file, add the following code:import assert = require('assert');export function Test0() {...
View ArticleClosed Issue: Test Window, double click result goes to first line in file [1289]
We should be going to the test case not just the file.Comments: This is fixed in build 21008.01. Verified. Closing.
View ArticleEdited Issue: Test Window, double click result goes to first line in file [1289]
We should be going to the test case not just the file.
View ArticleClosed Feature: load cached analysis async [1323]
currently a large project can lock up vs for 30s to minute or more when loading isense. during this time vs unusable. the db should be loaded async.Comments: Implemented. Closing. If still seeing the...
View ArticleEdited Feature: load cached analysis async [1323]
currently a large project can lock up vs for 30s to minute or more when loading isense. during this time vs unusable. the db should be loaded async.
View ArticleEdited Issue: No code completion in express handler [150]
Code:```var http = require('http');var port = process.env.port || 1337;var express = require('express');var app = express();app.get('/', function(req, res) {...
View ArticleCommented Issue: No code completion in express handler [150]
Code:```var http = require('http');var port = process.env.port || 1337;var express = require('express');var app = express();app.get('/', function(req, res) {...
View ArticleEdited Issue: Basic Azure Express template gives "One or more errors...
If the user doesn't have the Azure SDK installed we give a terse message. We should instead check to see if the component is present and if not give a nice...
View ArticleCommented Issue: Basic Azure Express template gives "One or more errors...
If the user doesn't have the Azure SDK installed we give a terse message. We should instead check to see if the component is present and if not give a nice...
View ArticleCommented Issue: stuck in 'install New npm Packages" loop [1404]
VS2013 Premium. I attempt to install the NPM package by right clicking NPM in my project. only option not greyed out is install new npm packages. this goes through the download process twice then just...
View ArticleCommented Issue: stuck in 'install New npm Packages" loop [1404]
VS2013 Premium. I attempt to install the NPM package by right clicking NPM in my project. only option not greyed out is install new npm packages. this goes through the download process twice then just...
View ArticleCommented Issue: Attach is broken for Visual Studio 2013 Update 3 [1422]
Trying to attach locally with a process that was started with the --debug flag causes a 'General Exception' box to display.With both July 22 and September 26 releases of the tools the attach fails on...
View ArticleEdited Issue: Attach is broken for Visual Studio 2013 Update 3 [1422]
Trying to attach locally with a process that was started with the --debug flag causes a 'General Exception' box to display.With both July 22 and September 26 releases of the tools the attach fails on...
View ArticleEdited Issue: Attaching to local node without RemoteProxy.js can fail in...
Trying to attach locally with a process that was started with the --debug flag causes a 'General Exception' box to display.With both July 22 and September 26 releases of the tools the attach fails on...
View ArticleEdited Issue: TF10121: The path '' is not found or not supported. Type or...
I get the following error in the Source Control output window when trying to use the node project types:```The string must have at least one character.Parameter name: pathTF10121: The path '' is not...
View Article