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
Run all tests when none are specified in TestRunRequest (#1765)
VS Code provides commands like `Tests: Run Tests` that can be executed
before we have a list of tests from the LSP. When we recieve an empty
`TestRunRequest` today we gather up all the tests we know about and run
those by creating the appropriate `--filter` arguments to pass to `swift
test`.
To ensure we run all the tests whether the LSP has informed us of them
or not, run `swift test` with no filter when we recieve an empty
`vscode.TestRunRequest`.
Issue: #1764
0 commit comments