Skip to content

Commit

Permalink
Remove insertTextFormat from InlineCompletionItem (#1894)
Browse files Browse the repository at this point in the history
Co-authored-by: Dirk Bäumer <[email protected]>
  • Loading branch information
MariaSolOs and dbaeumer authored Feb 6, 2024
1 parent 4641c3e commit 0956d64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions _specifications/lsp/3.18/language/inlineCompletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,6 @@ export interface InlineCompletionItem {
* completion.
*/
command?: Command;

/**
* The format of the insert text. The format applies to the `insertText`.
* If omitted, defaults to `InsertTextFormat.PlainText`.
*/
insertTextFormat?: InsertTextFormat;
}
```

Expand Down

0 comments on commit 0956d64

Please sign in to comment.