mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-04-17 21:24:52 +00:00
fix: Add config and capability for test explorer
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user