Closed Task: TypeScript Docs > TypeScriptProjectTemplates.png is out of date...
The express templates names have changed.Comments: Dup of https://nodejstools.codeplex.com/workitem/1639
View ArticleEdited Task: TypeScript documentation updates [1639]
New project dialog needs to be updated w/ new screen shot
View ArticleEdited Task: Project doc improvements [1623]
Should mention show all filesOpen JS editor vs Node.js editorMention AnalysisIgnoredDirectories project property in .njsproj fileChange item type to content to get JS editor and to skip...
View ArticleEdited Issue: Navigation to typescript test opens the .js instead of .ts [1578]
From test explorer, double-click on a test. It will open the wrong file.
View ArticleCommented Issue: Setting TypeScriptOutDir to full path breaks TS builds [1611]
We try to append the typescriptoutdir as a relative directory and fail.```Create TypeScript ProjectProperties->TypeScript BuildSet an out folder that is a full path, i.e. C:\Foo``````Error 1 Unable...
View ArticleEdited Issue: Setting TypeScriptOutDir to full path breaks TS builds [1611]
We try to append the typescriptoutdir as a relative directory and fail.```Create TypeScript ProjectProperties->TypeScript BuildSet an out folder that is a full path, i.e. C:\Foo``````Error 1 Unable...
View ArticleCreated Unassigned: Debugging does not show object's children [1659]
Hi,While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when...
View ArticleEdited Task: TypeScript documentation updates [1639]
New project dialog needs to be updated w/ new screen shot
View ArticleEdited Feature: Debugger Locals window does not show `this` [1617]
When debugging a project of type `HTML Application with TypeScript`, the Locals windows of debugger shows variables such as this, arguments, scope chain and global. This is much more usable (and also...
View ArticleCommented Feature: Debugger Locals window does not show `this` [1617]
When debugging a project of type `HTML Application with TypeScript`, the Locals windows of debugger shows variables such as this, arguments, scope chain and global. This is much more usable (and also...
View ArticleEdited Issue: File watching on Azure website - no .jade files [1640]
From the web.config file we generate:```<iisnode watchedFiles="web.config;*.js"/>```We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe...
View ArticleCommented Issue: File watching on Azure website - no .jade files [1640]
From the web.config file we generate:```<iisnode watchedFiles="web.config;*.js"/>```We don't watch .jade files, which are part of the projects we create. We should probably add that, and maybe...
View ArticleEdited Issue: Incomplete code causes exception [1661]
Run this in the editor (or parse it) and will fail```var express = require('express'), app = var app = express.cre``````System.ArgumentOutOfRangeException: Specified argument was out of the range of...
View ArticleEdited Issue: TypeScript Intellisense broken when linking to a .ts file...
We want to consolidate all the TypeScript definitions into one place in our code base so that multiple Node projects can link to the same one. However, this breaks TypeScript Intellisense, which is...
View ArticleEdited Issue: TypeScript Intellisense broken when linking to a .ts file...
We want to consolidate all the TypeScript definitions into one place in our code base so that multiple Node projects can link to the same one. However, this breaks TypeScript Intellisense, which is...
View ArticleEdited Issue: Debugging does not show object's children [1659]
Hi,While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when...
View ArticleCommented Issue: Debugging does not show object's children [1659]
Hi,While debugging nodejs code in VS, variables that hold object literals do not show any properties while examining on a break point. These objects are displayed as "no children", for example, when...
View ArticleEdited Feature: Improve F5 Experience for Linux Debugging [1657]
Hey, any plans to streamline the remote debugging any? It’s out-of-this-world amazing that it works and it’s way better than what folks are doing on Arduinos or from any IDE’s besides VS. I wonder...
View ArticleEdited Issue: NPM Packages: Searching for packages in the "install new...
repro:go to npm, right-click. Wait for new package installer to load up.in the search box type require-directoryresult:hundreds or results back.require-directory *is* in the list but it's a long way...
View Article