You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(server): Only provide InsertReplaceEdit when the client supports it (#1452)
From the spec:
>Most editors support two different operations when accepting a completion
>item. One is to insert a completion text and the other is to replace an
>existing text with a completion text. Since this can usually not be
>predetermined by a server it can report both ranges. Clients need to
>signal support for InsertReplaceEdits via the
>textDocument.completion.completionItem.insertReplaceSupport client
>capability property.
Fixes#1451
0 commit comments