Commented Unassigned: TS Unit Tests: Error in 'require' statement caused all...
Steps to reproduce:0. Create a new TypeScript project (if you don't have one).1. Add a new Unit Test JS file.2. Verify "Test 1" and "Test 2" show up in Test Explorer.3. Change "var assert =...
View ArticleCommented Unassigned: TS Unit Tests: Error in 'require' statement caused all...
Steps to reproduce:0. Create a new TypeScript project (if you don't have one).1. Add a new Unit Test JS file.2. Verify "Test 1" and "Test 2" show up in Test Explorer.3. Change "var assert =...
View ArticleClosed Issue: Hexadecimal display breaks variable evaluation [205]
In the debug locals window/watch window, right click and check hexadecimal display.result:In the locals/watch/immediate window, you are no longer able to see variable...
View ArticleClosed Issue: PTVS install conflicts with NTVS debug attach [344]
The combo box for the Transport won't show the entry for Node.js remote debugging if you have PTVS installed.
View ArticleClosed Issue: No icons on REPL window toolbar [338]
VS2013Python REPL toolbar has icons, but the Node.js REPL toolbar is all...
View ArticleCreated Issue: Assert after canceling new project dialog with a solution...
Not sure how to repro at this time.```---------------------------Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue---------------------------Unexpected exception while processing change:...
View ArticleClosed Issue: Block creating projects on top of existing folders [458]
Right now we'll stomp on the user's files.Comments: Verified.
View ArticleClosed Issue: Error publishing worker role [764]
VS 2013 Web Exp + Azure SDK for .NET 2.2 (VS 2013)Create new worker role projectPublish```Error 1 The "FindTargetPath" task was not given a value for the required parameter "FindUnderTargetDir"....
View ArticleClosed Issue: Add New Item Javascript Unit Test missing from VWD [774]
.Comments: Verified.
View ArticleClosed Issue: Debugger skips breakpoint in typescript console app [623]
Create new Typescript\Blank Node.js Console ApplicationPut a breakpoint on the console.log lineStart debuggingResult: App runs but doesn't break in debuggerComments: Verified.
View ArticleClosed Issue: Test discovery not triggered after adding unit test file [640]
VS 2013, Dev 2014-02-06If you add a new item, unit test file, and save your project, the new tests won't get discovered.Comments: Verified.
View ArticleClosed Issue: Poor quality for .njsproj icons [355]
Here's a side by side comparison between njsproj and csproj icons. You'll notice we are missing large and extra large sizes, and the ones we have don't look...
View ArticleClosed Issue: solution files (.sln, .v11.suo) should not appear in show all...
If you create your project with 'Create directory for solution' option off, then you'll have your solution files in the same dir as your njsproj file.You'll see those solution files in show all...
View ArticleClosed Issue: Need to wait for port to be available before launching browser...
On a slow machine, F5 may launch the browser too early and you'll get an error in the browser.This is easier to reproduce if you are debugging NTVS.Comments: Haven't seen this in a while, probably...
View ArticleClosed Issue: Project properties page (designer) always dirty [351]
Create new projectOpen project properties designerNotice the * in the tab that says it's dirtyClick save all, the * is still thereClose solution, it will prompt to save the projectComments: Verified.
View ArticleClosed Issue: Can't change the startup file [245]
The command to Set As Startup doesn't appear in the solution explorer context menu.Comments: Verified. (bolding is a separate issue)
View ArticleClosed Issue: General project properties page doesn't load [243]
It's for the designer pages - you only see Package/Publish Web/SQL tabs, not the general tab.Comments: Verified.
View ArticleClosed Issue: Icon in New Project from Existing Code wizard missing [782]
Icon should appear on the top left.Comments: Verified.
View ArticleClosed Issue: Unit Test template is a zip file [751]
Add New Item shows the Unit Test item as a zip file. The suggested name is "UnitTest1.zip". If you add it, you get a zip file, which will open with the associated program.Comments: Verified.
View ArticleClosed Issue: Attach Debugger command not visible in Server Explorer with VS...
In Server Explorer, the Attach debugger command does not show up when VS Update 2 is installed. On the other hand, the menu group that shows other web site commands is displayed twice.Comments: Verified.
View Article