diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-03-17 11:04:52 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-03-17 11:04:52 +0200 |
| commit | 20ecf0744d112cb40e628fee3f5cb738e226e4a1 (patch) | |
| tree | 6da0cbe91a43bc1435031f31bdd597451ea05db2 /src/tools/rust-analyzer/docs/dev | |
| parent | 1eb882ef6d8630109c7b7ea5dcc5ef1c504bb976 (diff) | |
| parent | 5ecace48f693afaa6adf8cb23086b651db3aec96 (diff) | |
| download | rust-20ecf0744d112cb40e628fee3f5cb738e226e4a1.tar.gz rust-20ecf0744d112cb40e628fee3f5cb738e226e4a1.zip | |
Merge commit '5ecace48f693afaa6adf8cb23086b651db3aec96' into sync-from-ra
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/lsp-extensions.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md index af5b4e51ef3..cf9ad5fe04d 100644 --- a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md +++ b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp/ext.rs hash: 6bc140531b403717 +lsp/ext.rs hash: 61f485497d6e8e88 If you need to change the above hash to make the test pass, please check if you need to adjust this doc as well and ping this issue: @@ -509,6 +509,13 @@ interface ChangeTestStateParams { } ``` +**Method:** `experimental/appendOutputToRunTest` + +**Notification:** `string` + +This notification is used for reporting messages independent of any single test and related to the run session +in general, e.g. cargo compiling progress messages or warnings. + ## Open External Documentation This request is sent from the client to the server to obtain web and local URL(s) for documentation related to the symbol under the cursor, if available. |
