diff options
| author | kjeremy <kjeremy@gmail.com> | 2020-11-16 15:10:13 -0500 |
|---|---|---|
| committer | kjeremy <kjeremy@gmail.com> | 2020-11-16 15:10:13 -0500 |
| commit | 233fdb12cee6aa160579cfded171fa4c2f82b29c (patch) | |
| tree | e8a71e22de514f268501b62694aeb0343f355eb8 /docs | |
| parent | 0a658c4a973d934d622957a6fb03916271496385 (diff) | |
| download | rust-233fdb12cee6aa160579cfded171fa4c2f82b29c.tar.gz rust-233fdb12cee6aa160579cfded171fa4c2f82b29c.zip | |
Latest LSP 3.16 protocol
Pulls in https://github.com/gluon-lang/lsp-types/pull/186
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index db9727bee42..8c01db07c84 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: 9d5daed5b25dc4f6 +lsp_ext.rs hash: 203fdf79b21b5987 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: @@ -45,7 +45,7 @@ interface SnippetTextEdit extends TextEdit { ```typescript export interface TextDocumentEdit { - textDocument: VersionedTextDocumentIdentifier; + textDocument: OptionalVersionedTextDocumentIdentifier; edits: (TextEdit | SnippetTextEdit)[]; } ``` |
