Source code checked in, #7e64e4042dcbf5c2b7755844b680017368984b5e
#684 InvalidOperationException in DebugEngine.EngineUtils.RequireOk causes Visual Studio crash #776 Manually killing the debugee process while debugging can cause VS to crash. Make sure that we always...
View ArticleEdited Feature: Show global in the locals window [165]
We should always show global in the locals window
View ArticleCreated Issue: Edit and Continue fails while running app [805]
When we trying to update code of active frame update fails with the error:```javascript{"seq":6,"request_seq":7,"type":"response","command":"changelive","success":false,"message":"LiveEdit Failure:...
View ArticleCreated Unassigned: Everytime I try to evaluate a Variable it fires unable to...
I am working with async and seems every time I try to watch the value of the variable is unable to evaluate.
View ArticleCommented Issue: TypeScript: File icon is different. [738]
Hi,I've attached an image that compares the file icon provide by TypeScript projects vs. NTVS for TypeScript files.It's confusing to have two different icons for the same file type.Please consider...
View ArticleEdited 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 ArticleEdited Issue: Wrong screenshots in new project dialog [798]
The screenshots for TypeScript projects show the reference to the d.ts file, which we don't generate anymore.Both screenshots for Node.js Express (not TypeScript) show code that doesn't match what we...
View ArticleCommented Issue: Click on function names in TypeScript profile summary...
Create new TypeScript Express app.Start profiling.Refresh browser about a dozen times.Stop the node.js process.In the summary view, you should see the index function, along with a few others. Clicking...
View ArticleClosed Issue: Click on function names in TypeScript profile summary doesn't...
Create new TypeScript Express app.Start profiling.Refresh browser about a dozen times.Stop the node.js process.In the summary view, you should see the index function, along with a few others. Clicking...
View ArticleEdited Issue: Warnings when publishing worker role [795]
```Warning 1 The configuration setting 'Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString' is set up to use the local storage emulator for role 'NodejsWorker4' in configuration file...
View ArticleEdited Issue: No indication when debuggee rejects attach because something...
When attaching to a node.exe process that already has the debugger attached, it's going to reply with the corresponding error message as its first response packet, and then shut down the connection....
View ArticleEdited Issue: No indication when debuggee rejects attach because something...
When attaching to a node.exe process that already has the debugger attached, it's going to reply with the corresponding error message as its first response packet, and then shut down the connection....
View ArticleEdited Issue: Labels to explain the installation location dropdown [718]
Its not clear what Standard means. We need to be explicit about what this dropdown does.
View ArticleEdited Issue: Old TypeScript versions [709]
We now require at least 1.0RC for intellisense to work properly. We should warn\block for anything older.
View ArticleClosed Issue: NpmTests test discoverer warnings [519]
Output Window/Tests```------ Discover test started ------UTA005: Illegal use of attributes on NpmTests.AbstractFilesystemPackageJsonTests.Init.The TestInitializeAttribute can be defined only inside a...
View ArticleEdited Issue: Object fields should be quoted where appropriate [431]
E.g. consider an object like so:```o = {foo: 0, 'foo.bar': 1, 'foo bar': 2, 'foo=bar': 3};```This is a perfectly valid object, but its fields are not identifiers. Yet, when we display it in debugger...
View ArticleEdited Issue: Breakpoints are moved away from valid locations [395]
This seems to be happening most often when the breakpoint is inside a lambda, and the lambda expression (not the body, but the function-expression that yields the function object) is not evaluated yet...
View ArticleEdited Issue: TypeScript: Unit tests not discovered by Test Explorer [669]
Hi,__NTVS version__: NTVS Dev 2014-02-07 VS 2013.msi__VS Version__: Visual Studio 2013 Ultimate.When unit tests are created in TypeScript the Test Explorer fails to recognise the tests.To reproduce1....
View ArticleClosed Issue: TypeScript file New Item is badly named [799]
See screenshot. I think it's a regression from today (I'm using the rolling build). Dev Build 2014-03-12 looks...
View ArticleClosed Issue: Need better diagnostics for azure remote attach on non-debug...
Right now the command is enabled, and the error message that says it couldn't attach doesn't mention that it should be published in debug configuration.Comments: Verified.
View Article