Commented Issue: Mocha squiggles on describe [1129]
We need to better handle the syntax so that we don't squiggle.Comments: We don't display squiggles anymore.
View ArticleClosed Issue: Exception probably from repl window [1123]
This happened when the .npm command was writing output to the window.```System.InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type...
View ArticleEdited Issue: Corrupted/blank solution explorer nodes [1121]
That problematic nodes match the modules I failed to install...
View ArticleEdited Issue: Missing intellisense on 'net' [1119]
Problem:server.listen is missing from the intellisense listRepro:#Type in the following code:var net = require('net');var server = net.createServer(function (sokcet) { socket.write('Echo server\r\n');...
View ArticleEdited Issue: No way to use semicolon in environment variable [1315]
There is no way to define an environment variable with a semicolon in its value (which is kinda ridiculous, because semicolons are traditionally used to separate multiple values in environment...
View ArticleEdited Unassigned: Renaming a TS file by changing capitalization causes it to...
Repro steps: (VS2013 Update 2 & NTVS Dev 2014-05-14 VS 2013)1. Create blank "Basic Express Application" with typescript2. Rename routes/user.ts to routes/User.ts in VS3. Change require statement...
View ArticleCommented Unassigned: Renaming a TS file by changing capitalization causes it...
Repro steps: (VS2013 Update 2 & NTVS Dev 2014-05-14 VS 2013)1. Create blank "Basic Express Application" with typescript2. Rename routes/user.ts to routes/User.ts in VS3. Change require statement...
View ArticleNew Comment on "TypeScript"
Seems you need to include those .js files when publish it onto Azure?
View ArticleNew Post: Integrate build tasks into MsBuild
NuGet support in NTVS looks unlikely. Please do not make any plans that depend on it.https://nuget.codeplex.com/SourceControl/network/forks/huguesv/PythonNodejs/contribution/6839
View ArticleEdited Feature: NuGet integration for TypeScript support [716]
We need to investigate NuGet integration support for installing TypeScript files. That includes looking into if we can push the install directly into typings instead of having a scripts folder.
View ArticleEdited Feature: Node.js project templates don't support NuGet [622]
I would like to use the NuGet packages from DefinitelyTyped to install TypeScript definition files.Unfortunately the Node.js projects don't support NuGet.
View ArticleCommented Unassigned: Code Not Running [1230]
I just upgraded my ExpressJS project (probably has nothing to do with this error). But now when I try to start up with the debugger I get a new tab that says: "Source not available" and it shows a...
View ArticleClosed Unassigned: Code Not Running [1230]
I just upgraded my ExpressJS project (probably has nothing to do with this error). But now when I try to start up with the debugger I get a new tab that says: "Source not available" and it shows a...
View ArticleCreated Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside of...
View ArticleEdited Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```xml<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside...
View ArticleEdited Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```xml<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside...
View ArticleEdited Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```xml<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside...
View ArticleEdited Unassigned: Can I remove Microsoft.NodejsTools.targets from my...
My project "compiles" and runs without issue when I remove the following line from my njsproj file:```xml<Import Project="$(VSToolsPath)\Node.js Tools\Microsoft.NodejsTools.targets" />```Inside...
View ArticleSource code checked in, #f2a078c57b9779937ebc0a8b93b04342d5ba5492
Update installation screenshots (provided by Jing). Include image that was excluded from project.
View ArticleSource code checked in, #74e24d3464c95f1557ce06528588da9b5540955d
Analysis domains & misc perf improvements Adds a visibility filter to analysis. Each write is now always associated with a specific defining module. Previously writes would be associated with...
View Article