vscode-swift icon indicating copy to clipboard operation
vscode-swift copied to clipboard

Use `workspace/tests` and `document/tests` requests to list tests inside a project

Open ahoppen opened this issue 1 year ago • 6 comments

https://github.com/apple/sourcekit-lsp/issues/611 introduced the workspace/tests and document/tests methods to lists all tests within a workspace or document. The VS Code extension should be using them to list the available tests.

ahoppen avatar Feb 21 '24 16:02 ahoppen