Created Unassigned: Brace Matching Tag is not the same color as other...
Our brace matching tag is blue. The brace matching tag for Javascript and C# is more grey. I am fairly sure these are using the Fonts and Colors of Visual Studio and are using the Brace Matching...
View ArticleEdited Issue: Brace Matching Tag is not the same color as other languages [1383]
Our brace matching tag is blue. The brace matching tag for Javascript and C# is more grey. I am fairly sure these are using the Fonts and Colors of Visual Studio and are using the Brace Matching...
View ArticleEdited Issue: Brace Matching Tag is not the same color as other languages [1383]
Our brace matching tag is blue. The brace matching tag for Javascript and C# is more grey. I am fairly sure these are using the Fonts and Colors of Visual Studio and are using the Brace Matching...
View ArticleEdited Feature: New Project from Existing Code should have option for Azure...
We should have a checkbox to add Azure specific files when creating the project (bin folder, web.config files).
View ArticleEdited Issue: Make REPL window code internal [850]
Currently this is public API surface, we should make this all internal and create it directly
View ArticleEdited Issue: TypeScript: Add Existing as Link causes build errors [863]
Using the March DEV build.Create two Node.js TypeScript projects in a single solution. In the first project add a new TypeScript file and create content. In the second project do Add Existing Item,...
View ArticleEdited Issue: Specifying TypeScriptOutFile in njsproj Affects Breakpoints [997]
Hello,I have specified the TypeScriptOutFile in my nsjproj file, and when I do so, the breakpoints that I setup in my app.ts file do not work as expected.I have also setup my StartupFile and my...
View ArticleEdited Feature: Add support for passing in v8 log path [1104]
Add support for opening v8 perf log as a performance session.```User provides path to v8 logWe create a perf session and process the file which we hand off to VS to display```
View ArticleEdited Issue: fails to reconstruct repl window when restarting vs while...
This one goes through bouts of repro-ing consistently (when it repros, it repros many times in a row)An exception was encountered while constructing the content of this frame. This information is also...
View ArticleClosed Issue: Should not dedent my code while I am in the middle of coding...
We shouldn't dedent the following code all the way to the lef while I am in the middle of coding.```pf.breed.list(function (data) {var breeds = data.petfinder.breeds.breed; <== dedentedbreeds =...
View ArticleEdited Issue: Should not dedent my code while I am in the middle of coding...
We shouldn't dedent the following code all the way to the lef while I am in the middle of coding.```pf.breed.list(function (data) {var breeds = data.petfinder.breeds.breed; <== dedentedbreeds =...
View ArticleEdited Issue: NodeLogConverter has stopped working [1155]
Tried to run second profiler, after some time (without clicking message dialog), new dialog pops up re: nodeLogConverter__From event viewer:__Application:...
View ArticleEdited Issue: Cancel saves the selection on Tools->options->Text...
NTVS build 20709.00Win8.1 CHS with latest updatesVS2013 Update3 RCCancel saves the selection on Tools->Options->Text Editor->Node.js->Formatting->General.Repro:1. By default, all options...
View ArticleEdited Issue: .npm install azure express locks up repl (random) [1291]
file / new project / basic node.js appctrl-K-N to start repl.npm install azure expressit completed halfway, then locked up the repl
View ArticleEdited Issue: System.NullReferenceException in AnalysisSet.AsUnion [1350]
With latest version I got following exception:Faulting application name: devenv.exe, version: 12.0.30723.0, time stamp: 0x53cf6f00Faulting module name: unknown, version: 0.0.0.0, time stamp:...
View ArticleEdited Issue: Remove .dat file if analysis is turned off [1303]
The file is of no use if the user has requested no analysis. We should remove the file.It would be nice to also provide an option to disable saving. Perhaps a checkbox, "Cache analysis to disk", option...
View ArticleEdited Issue: NTVS Beta 2 Crashing on Solution Start-up Now [1305]
Not sure what to report here, but NTVS Beta 2 is now crashing again like the it was two (2) releases ago. Before I had to delete the "obj" and "npm_packages" folder to avoid the crash whenever I opened...
View ArticleEdited Issue: njsproj file not associated with Visual Studio [1296]
Installer is not properly registering the file extension
View ArticleEdited Issue: `return` dedents too much in a nested single-line if [1198]
```jsif (true) if (true) if (true) return;```After pressing Enter at the end of last line, the cursor is dedented by two levels (i.e. matching the second `if`). I would expect it to be dedented by one...
View Article