Skip to content

Commit b501b59

Browse files
committed
Update lsp-extensions docs
1 parent c447a79 commit b501b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/dev/lsp-extensions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
lsp_ext.rs hash: b19ddc3ab8767af9
2+
lsp_ext.rs hash: 28a9d5a24b7ca396
33
44
If you need to change the above hash to make the test pass, please check if you
55
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
4646
```typescript
4747
interface SnippetTextEdit extends TextEdit {
4848
insertTextFormat?: InsertTextFormat;
49+
annotationId?: ChangeAnnotationIdentifier;
4950
}
5051
```
5152

0 commit comments

Comments
 (0)