Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: reuse test run request #566

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented Dec 11, 2024

this._completedSteps.clear();
this._executionLinesChanged();
const include = request.include;

// Create a test run that potentially includes all the test items.
// This allows running setup tests that are outside of the scope of the
// selected test items.
const rootItems: vscodeTypes.TestItem[] = [];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed since microsoft/vscode#213182 has been landed upstream.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean remove the comment? I think the code is used.

@pavelfeldman pavelfeldman merged commit 2e0df2c into microsoft:main Dec 12, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Playwright Test for VSCode duplicates run information i bottom right table
2 participants