-
Notifications
You must be signed in to change notification settings - Fork 74
Use workspace/tests
and document/tests
requests to list tests inside a project
#693
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
Comments
Awesome I missed that went in. |
Does this request need a built project? |
Yes, it does. It reads the index to find the tests |
@ahoppen Do these return |
It currently always returns |
Ok that's cool. The client always has the option of both. By the way I have something up and running. I'll be posting a PR in the next day or so. |
I'm in the process of looking at these and integrating them in to the Test Explorer. |
@plemarquand Please review #761 and #762 for more details about both requests. It was easier to break them out into separate issues. I going to close this in favour of the two new issues. |
swiftlang/sourcekit-lsp#611 introduced the
workspace/tests
anddocument/tests
methods to lists all tests within a workspace or document. The VS Code extension should be using them to list the available tests.The text was updated successfully, but these errors were encountered: