-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat: Switch to LSP inlay hints #11935
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
Conversation
@@ -127,8 +127,8 @@ export function joinLines(ctx: Ctx): Cmd { | |||
ranges: editor.selections.map((it) => client.code2ProtocolConverter.asRange(it)), | |||
textDocument: ctx.client.code2ProtocolConverter.asTextDocumentIdentifier(editor.document), | |||
}); | |||
await editor.edit((builder) => { | |||
client.protocol2CodeConverter.asTextEdits(items).forEach((edit: any) => { | |||
await editor.edit(async (builder) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a cancellation token into the command handlers? There must be a way, but I missed it.
bors r+ bors why won't you talk to me? |
11935: feat: Switch to LSP inlay hints r=lnicola a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
bors r- |
Canceled. |
I guess we should way at least until Monday to give people more time to upgrade (although they simply won't get the update instead of ending up with a broken install). |
bors r+ |
No description provided.