diff options
| author | David Barsky <me@davidbarsky.com> | 2024-07-23 13:34:03 -0400 |
|---|---|---|
| committer | David Barsky <me@davidbarsky.com> | 2024-07-23 13:34:04 -0400 |
| commit | 06fe4e6b6e4aec29a21bcaa8a1a5582d6fb3eb78 (patch) | |
| tree | 13bd9159d91c1b88b99576e6c428011d2278a1d6 /src/tools/rust-analyzer/docs/dev | |
| parent | b8e83b78eb6bbe11815f296a7dd847c91ae43a84 (diff) | |
| download | rust-06fe4e6b6e4aec29a21bcaa8a1a5582d6fb3eb78.tar.gz rust-06fe4e6b6e4aec29a21bcaa8a1a5582d6fb3eb78.zip | |
internal: remove UnindexedProject notification
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/lsp-extensions.md | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/lsp-extensions.md b/src/tools/rust-analyzer/docs/dev/lsp-extensions.md index fbb4fc6113f..a29b42a857c 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: 278250dba58cd879 +lsp/ext.rs hash: f41950db4c7b3a5a 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: @@ -616,25 +616,6 @@ Reloads project information (that is, re-executes `cargo metadata`). Rebuilds build scripts and proc-macros, and runs the build scripts to reseed the build data. -## Unindexed Project - -**Experimental Client Capability:** `{ "unindexedProject": boolean }` - -**Method:** `rust-analyzer/unindexedProject` - -**Notification:** - -```typescript -interface UnindexedProjectParams { - /// A list of documents that rust-analyzer has determined are not indexed. - textDocuments: lc.TextDocumentIdentifier[] -} -``` - -This notification is sent from the server to the client. The client is expected -to determine the appropriate owners of `textDocuments` and update `linkedProjects` -if an owner can be determined successfully. - ## Server Status **Experimental Client Capability:** `{ "serverStatusNotification": boolean }` |
