Skip to content

Add custom request to return a list of all the tests in a project with locations #611

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

Closed
adam-fowler opened this issue Aug 15, 2022 · 1 comment · Fixed by #978
Closed

Comments

@adam-fowler
Copy link
Contributor

This is something that would be used by the Visual Studio Code extension to provide location information for tests in the Test Explorer.

Currently the extension uses the swift test --list-tests command to get a list of tests, but this doesn't return locations of the tests. I did add a request swiftlang/swift-package-manager#5601 to add this information to the --list-tests output. But it seems it has been decided it would be easier to do this using SourceKit-LSP.

@ahoppen
Copy link
Member

ahoppen commented Aug 16, 2022

rdar://98710526

ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Nov 23, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Nov 29, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Nov 29, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Dec 6, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Dec 6, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Dec 6, 2023
ahoppen added a commit to ahoppen/sourcekit-lsp that referenced this issue Dec 7, 2023
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 a pull request may close this issue.

2 participants