mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Update lsp-extensions docs
This commit is contained in:
parent
c447a795ab
commit
b501b59eda
1 changed files with 2 additions and 1 deletions
|
@ -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
|
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:
|
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
|
```typescript
|
||||||
interface SnippetTextEdit extends TextEdit {
|
interface SnippetTextEdit extends TextEdit {
|
||||||
insertTextFormat?: InsertTextFormat;
|
insertTextFormat?: InsertTextFormat;
|
||||||
|
annotationId?: ChangeAnnotationIdentifier;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue