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
The LSP spec now contains the InsertReplaceEdit type, which can be used in place of TextEdits in some places (such as completion items). We should update our code to handle this new type.
The LSP spec now contains the
InsertReplaceEdit
type, which can be used in place of TextEdits in some places (such as completion items). We should update our code to handle this new type.https://microsoft.github.io/language-server-protocol/specifications/lsp/3.18/specification/#insertReplaceEdit
The VS + VS Code language clients don't seem to support this type yet, so this likely isn't urgent.
The text was updated successfully, but these errors were encountered: