Skip to content

Commit 0f0c01e

Browse files
authored
Merge pull request #1207 from DanTup/patch-3
Fix reference to insertReplaceSupport capability
2 parents bcac10d + 8754210 commit 0f0c01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_specifications/specification-3-17.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4747,8 +4747,8 @@ export interface CompletionItem {
47474747
* existing text with a completion text. Since this can usually not be
47484748
* predetermined by a server it can report both ranges. Clients need to
47494749
* signal support for `InsertReplaceEdits` via the
4750-
* `textDocument.completion.insertReplaceSupport` client capability
4751-
* property.
4750+
* `textDocument.completion.completionItem.insertReplaceSupport` client
4751+
* capability property.
47524752
*
47534753
* *Note 1:* The text edit's range as well as both ranges from an insert
47544754
* replace edit must be a [single line] and they must contain the position

0 commit comments

Comments
 (0)