]> git.lizzy.rs Git - rust.git/commitdiff
Update lsp-extensions docs
authorLukas Wirth <lukastw97@gmail.com>
Sun, 18 Apr 2021 10:50:44 +0000 (12:50 +0200)
committerLukas Wirth <lukastw97@gmail.com>
Sun, 18 Apr 2021 10:50:44 +0000 (12:50 +0200)
docs/dev/lsp-extensions.md

index a4d92242b77a7c7c4b67b45ac3847a3be05504e4..a112477de8790c00fbe56cf4bb041a442d120fce 100644 (file)
@@ -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;
 }
 ```