Edited Issue: Jade editor no longer has colors [697]
This is a recent regression. I'm using the New NPM UI build. No colors at all in .jade files. VS...
View ArticleEdited Issue: TypeScript: Build option "TypeScriptCompileOnSaveEnabled" not...
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.When the option "TypeScriptCompileOnSaveEnabled" is set to true, saving the file should cause it to be...
View ArticleCommented Issue: TypeScript: Build option "TypeScriptCompileOnSaveEnabled"...
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.When the option "TypeScriptCompileOnSaveEnabled" is set to true, saving the file should cause it to be...
View ArticleEdited Issue: Add an error message if TypeScript is not installed [633]
Notify the user when they try to build that TypeScript is not installed. A link to how to install would be helpful as well.
View ArticleClosed Issue: Strange breakpoint location in typescript web app [624]
Create new Typescript\Blank Node.js Web ApplicationClick in the margin to add a breakpoint:on Line 1 -> Status bar says 'This is not a valid location for a breakpoint.' -> expectedon Line 2 ->...
View ArticleEdited Issue: Web Developer Tools required to make a Console project [660]
I don't have the Web Developer Tools installed and I went to create a console project and it gave me an error saying they needed to be installed. There may be a good reason for it but it seems a little...
View ArticleCommented Issue: Web Developer Tools required to make a Console project [660]
I don't have the Web Developer Tools installed and I went to create a console project and it gave me an error saying they needed to be installed. There may be a good reason for it but it seems a little...
View ArticleEdited Issue: Jade editor no longer has colors [697]
This is a recent regression. I'm using the New NPM UI build. No colors at all in .jade files. VS...
View ArticleEdited Feature: Support multi-statement breakpoints [356]
Javascript supports multiple statements on the same line. We need to support single step on these and perhaps breakpoints within lines.```var I =0;i=I+5;var j=10;var k = I+j;```
View ArticleCreated Issue: Disabling & reenabling breakpoint hangs VS [739]
1. Create a new Node.js web app.2. Set breakpoint on the first line of the request handler (with `res.writeHead(...)`).3. Run the project w/debugging, wait until breakpoint is hit.4. In Breakpoints...
View ArticleEdited Issue: NPM New UI - This package has no keywords, version 0.0.0 [704]
Looks like every item in the npm Package Manager dialog has `(This package has no keywords.)` line.Is that statement accurate or is the parsing of keywords not working correctly?If it's parsing...
View ArticleCommented Issue: NPM New UI - This package has no keywords, version 0.0.0 [704]
Looks like every item in the npm Package Manager dialog has `(This package has no keywords.)` line.Is that statement accurate or is the parsing of keywords not working correctly?If it's parsing...
View ArticleEdited Issue: NPM New UI - This package has no keywords, version 0.0.0 [704]
Looks like every item in the npm Package Manager dialog has `(This package has no keywords.)` line.Is that statement accurate or is the parsing of keywords not working correctly?If it's parsing...
View ArticleCreated Issue: Connectivity error while writing break Azure remote debugging...
If there is a connectivity error (e.g. connection drops) while debugger is doing a write on a web socket during Azure remote debugging, it crashes VS.
View ArticleCommented Unassigned: Project memory and load time is huge [703]
Hi,I have a project using GIT SCM and with node_modules committed that takes about 1min to be loaded on my surface pro.During usage, the memory consumption of the devenv.exe process slowly rises from...
View ArticleCreated Task: Cleanup NodejsReplEvaluator class [741]
Currently in `NodejsReplEvaluator` we're able to use `DebuggerClient` to remove usages of nested `ListenerThread` class.
View ArticleCreated Feature: Add ability to specify npm path separated from Node.exe path...
At the moment if you update npm with:__npm install -g npm__you'll find that NTVS still uses whatever version of npm came bundled in the last Node MSI you installed.The reason for this is that npm is...
View ArticleEdited Feature: Support multi-statement breakpoints [356]
Javascript supports multiple statements on the same line. We need to support single step on these and perhaps breakpoints within lines.```var I =0;i=I+5;var j=10;var k = I+j;```
View ArticleEdited Feature: Support multi-statement breakpoints [356]
Javascript supports multiple statements on the same line. We need to support single step on these and perhaps breakpoints within lines.```var I =0;i=I+5;var j=10;var k = I+j;```
View ArticleEdited Issue: Node.js project icon is missing larger size [753]
At higher DPIs, the icons are scaled and look bad.
View Article