fix: Add config and capability for test explorer

This commit is contained in:
Lukas Wirth
2024-03-06 19:10:50 +01:00
parent 52d8ae791d
commit 1c6d1b4f2a
7 changed files with 41 additions and 12 deletions

View File

@@ -387,6 +387,11 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
## Test explorer
**Experimental Client Capability:** `{ "testExplorer": boolean }`
If this capability is set, the `experimental/discoveredTests` notification will be sent from the
server to the client.
**Method:** `experimental/discoverTest`
**Request:** `DiscoverTestParams`