diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2021-04-18 12:50:44 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2021-04-18 12:50:44 +0200 |
| commit | b501b59eda3cd1f6641c3887212ee3a6bdb97f6b (patch) | |
| tree | 82273531aa01c51c6e3aed335623125ea5db7af0 /docs/dev | |
| parent | c447a795abecbf9a4138778bab44197250b2dc4a (diff) | |
| download | rust-b501b59eda3cd1f6641c3887212ee3a6bdb97f6b.tar.gz rust-b501b59eda3cd1f6641c3887212ee3a6bdb97f6b.zip | |
Update lsp-extensions docs
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index a4d92242b77..a112477de87 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -1,5 +1,5 @@ <!--- -lsp_ext.rs hash: b19ddc3ab8767af9 +lsp_ext.rs hash: 28a9d5a24b7ca396 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: @@ -46,6 +46,7 @@ If this capability is set, `WorkspaceEdit`s returned from `codeAction` requests ```typescript interface SnippetTextEdit extends TextEdit { insertTextFormat?: InsertTextFormat; + annotationId?: ChangeAnnotationIdentifier; } ``` |
