-
Notifications
You must be signed in to change notification settings - Fork 304
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
Comments
rdar://98710526 |
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Nov 23, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Nov 29, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Nov 29, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 6, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 6, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 6, 2023
Fixes swiftlang#611 rdar://98710526
ahoppen
added a commit
to ahoppen/sourcekit-lsp
that referenced
this issue
Dec 7, 2023
Fixes swiftlang#611 rdar://98710526
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: