diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-03-06 19:10:50 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-03-06 19:20:58 +0100 |
| commit | 1c6d1b4f2a812e2c3874a2ca93016ece25c3bf76 (patch) | |
| tree | 9a3ac9ba64208dd0a1f362591415b624d1489856 /docs/dev | |
| parent | 52d8ae791d0b1218da57b1b2de4d114d1dff2981 (diff) | |
| download | rust-1c6d1b4f2a812e2c3874a2ca93016ece25c3bf76.tar.gz rust-1c6d1b4f2a812e2c3874a2ca93016ece25c3bf76.zip | |
fix: Add config and capability for test explorer
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 8d523d7baa3..17e2eb5da5c 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -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` |
