Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle new LSP InsertReplaceEdit type #8829

Open
allisonchou opened this issue Jun 15, 2023 · 0 comments
Open

Handle new LSP InsertReplaceEdit type #8829

allisonchou opened this issue Jun 15, 2023 · 0 comments

Comments

@allisonchou
Copy link
Contributor

allisonchou commented Jun 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants