You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This iteration, I've added some API and UI to support call stacks in test messages. I've adopted this for the selfhost test provider that we use in VS Code. The UI PR with some explanation is implemented here #222126
Make some tests in VS Code fail with exceptions
Explore the UI show both in the error peek at the Test Results view (when clicking on failing tests in the view's history)
See that interactions make sense and that the UI functions well, e.g. as it's resized.
@connor4312 Please can you provide details on how I should enable this?
I've installed latest insiders, built vs code, ran a test and still do not see the new UI
This works for me. You may need to restart the extension host on the VS Code window if you just pulled down and built the latest changes, as it may have already loaded the selfhost provider that previously existed on disk.
ref #214488
Complexity: 3
Create Issue
This iteration, I've added some API and UI to support call stacks in test messages. I've adopted this for the selfhost test provider that we use in VS Code. The UI PR with some explanation is implemented here #222126
The text was updated successfully, but these errors were encountered: