Skip to content

Commit 0956d64

Browse files
Maria José Solanodbaeumer
andauthored
Remove insertTextFormat from InlineCompletionItem (#1894)
Co-authored-by: Dirk Bäumer <dirkb@microsoft.com>
1 parent 4641c3e commit 0956d64

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

_specifications/lsp/3.18/language/inlineCompletion.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -229,12 +229,6 @@ export interface InlineCompletionItem {
229229
* completion.
230230
*/
231231
command?: Command;
232-
233-
/**
234-
* The format of the insert text. The format applies to the `insertText`.
235-
* If omitted, defaults to `InsertTextFormat.PlainText`.
236-
*/
237-
insertTextFormat?: InsertTextFormat;
238232
}
239233
```
240234

0 commit comments

Comments
 (0)