Edited Issue: Dark theme color(s) hard to read in interactive window [915]

View ArticleCreated Issue: New Project from Existing Code dialog missing icon [1273]
We used to have an icon in the wizard.
View ArticleCreated Issue: Themed colours for high contrast should be based on dark theme...
Currently they are based on the light theme, but high contrast mode switches to a dark background on the UI and the editor.This also applies to PTVS.
View ArticleCreated Issue: Completions filter based on type name annotations [1275]
If an item in a completion list appears as "abc (int)", it should be excluded by the filter if the user types "aint" but it is not.This also affects PTVS.
View ArticleCommented Issue: Changing code analysis level from Off to Low caused VS to...
Configuration- Win8.1 w/ latest updates- VS2013 w/ Update 3 RC- Node.js 0.10.29- NTVS 20701.00Repro (this is what I did)- Code analysis was set at default (high)- Type in some code- change code...
View ArticleClosed Issue: Changing code analysis level from Off to Low caused VS to crash...
Configuration- Win8.1 w/ latest updates- VS2013 w/ Update 3 RC- Node.js 0.10.29- NTVS 20701.00Repro (this is what I did)- Code analysis was set at default (high)- Type in some code- change code...
View ArticleEdited Issue: Changing code analysis level from Off to Low caused VS to crash...
Configuration- Win8.1 w/ latest updates- VS2013 w/ Update 3 RC- Node.js 0.10.29- NTVS 20701.00Repro (this is what I did)- Code analysis was set at default (high)- Type in some code- change code...
View ArticleClosed Issue: Missing "Web" in JS template named "Blank Microsoft Azure...
The template name under JavaScript for "Blank Microsoft Azure Node.js Application" is missing the word "Web". See TypeScript for an example. Comments: This is fixed in 20718.03. Closing.
View ArticleEdited Issue: Missing "Web" in JS template named "Blank Microsoft Azure...
The template name under JavaScript for "Blank Microsoft Azure Node.js Application" is missing the word "Web". See TypeScript for an example.
View ArticleClosed Issue: Stop profiling crashes VS and causes it to restart [1120]
Configuration- Win8.1 w/ latest updates- VS 2013 Update 3 RC- NTVS build 20630.01- Node.js 0.10.29Repro- create a default Blank Node.js Web Application- Launch Node.js profiling- Once the website...
View ArticleEdited Issue: Stop profiling crashes VS and causes it to restart [1120]
Configuration- Win8.1 w/ latest updates- VS 2013 Update 3 RC- NTVS build 20630.01- Node.js 0.10.29Repro- create a default Blank Node.js Web Application- Launch Node.js profiling- Once the website...
View ArticleNew Comment on "UnitTests"
Not sure when it was added, but mocha support exists. use npm module manager to add mocha to your project as a development install. then use Add New Item -> JavaScript Mocha Unit Test File. (the...
View ArticleNew Comment on "UnitTests"
all though if you want to step through your test, you can do something like: ======================================= 'use strict'; var Mocha = require('mocha'); var options = { ui: 'bdd', timeout:...
View ArticleCreated Unassigned: TypeScript compiler options for VS 2013 [1276]
HiI am trying to find where to put TypeScript compiler (tsc) options for VS 2013.In particular, I would like to use the comment option to properly preserve tabbing etc in my multi-line comments (if...
View ArticleEdited Issue: Install missing modules not enabled after manually editing...
Create a new node.js console app.Open package.json in the VS editor and add some dependencies to it then save the file.Right click on npm node and you'll see that Install missing npm Modules is...
View ArticleCreated Issue: .npm init repl command doesn't work [1277]
stalls at Press ^C at any time to quit
View ArticleCreated Issue: .npm command should use ProjectHome [1278]
currently uses project directory path, which doesn't work for existing projects
View ArticleEdited Issue: New Project from Existing Code dialog missing icon [1273]
We used to have an icon in the wizard.
View Article