Skip to content

Automatically discover children of workspace test items#3448

Merged
vinistock merged 1 commit into
mainfrom
05-02-automatically_discover_children_of_workspace_test_items
May 6, 2025
Merged

Automatically discover children of workspace test items#3448
vinistock merged 1 commit into
mainfrom
05-02-automatically_discover_children_of_workspace_test_items

Conversation

@vinistock

@vinistock vinistock commented May 2, 2025

Copy link
Copy Markdown
Member

Motivation

Part of the reason why code lens wasn't working in the new test explorer is because we weren't auto discovering children of workspace test items (and the LSP repo itself has multiple workspaces).

Implementation

Just like we auto discover the workspace items themselves, we need to also do the same for their children.

Note that this only necessary when there are multiple workspaces. With a single one, we eagerly discover.

Automated Tests

Added a test that fails before the fix.

@vinistock vinistock added bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes labels May 2, 2025 — with Graphite App

Copy link
Copy Markdown
Member Author

How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock self-assigned this May 2, 2025
@vinistock vinistock requested review from alexcrocha and st0012 May 2, 2025 14:19
@vinistock vinistock marked this pull request as ready for review May 2, 2025 14:21
@vinistock vinistock requested a review from a team as a code owner May 2, 2025 14:21
@vinistock vinistock requested a review from Morriar May 5, 2025 20:26
@vinistock vinistock merged commit 4eb7977 into main May 6, 2025
44 checks passed
@vinistock vinistock deleted the 05-02-automatically_discover_children_of_workspace_test_items branch May 6, 2025 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix This PR will fix an existing bug vscode This pull request should be included in the VS Code extension's release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants