aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/lsp-extensions.md
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-01 16:51:15 +0100
committerAleksey Kladov <[email protected]>2020-06-01 16:51:15 +0100
commit6370de444de0c4739d14000c0123b34c422a946a (patch)
tree230aefaec7b27b4f51b09e6c06f27bcf0e5d1256 /docs/dev/lsp-extensions.md
parentaaa288126bd27f7b4d3d87827d1b8d3adf01d584 (diff)
Subscribe to protocol changes
Diffstat (limited to 'docs/dev/lsp-extensions.md')
-rw-r--r--docs/dev/lsp-extensions.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index 6b2d385fc..c57a93f12 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -7,6 +7,8 @@ All capabilities are enabled via `experimental` field of `ClientCapabilities` or
7Requests which we hope to upstream live under `experimental/` namespace. 7Requests which we hope to upstream live under `experimental/` namespace.
8Requests, which are likely to always remain specific to `rust-analyzer` are under `rust-analyzer/` namespace. 8Requests, which are likely to always remain specific to `rust-analyzer` are under `rust-analyzer/` namespace.
9 9
10If you want to be notified about the changes to this document, subscribe to [#4604](https://github.com/rust-analyzer/rust-analyzer/issues/4604).
11
10## `initializationOptions` 12## `initializationOptions`
11 13
12As `initializationOptions`, `rust-analyzer` expects `"rust-analyzer"` section of the configuration. 14As `initializationOptions`, `rust-analyzer` expects `"rust-analyzer"` section of the configuration.