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

textDocument/inlayHint fails when re-opening vscode on a qute template #503

Closed
fbricon opened this issue May 18, 2022 · 2 comments · Fixed by #547
Closed

textDocument/inlayHint fails when re-opening vscode on a qute template #503

fbricon opened this issue May 18, 2022 · 2 comments · Fixed by #547
Labels
bug Something isn't working qute
Milestone

Comments

@fbricon
Copy link
Collaborator

fbricon commented May 18, 2022

When the current editor is a qute template, if you restart vscode, you'll see an error popup, caused by textDocument/inlayHint failure:

Screenshot 2022-05-18 at 11 28 33

[Trace - 11:26:21 AM] Received response 'textDocument/inlayHint - (6)' in 1113ms. Request failed: The request (id: 6, method: 'textDocument/inlayHint') has been cancelled (-32800).
[Error - 11:26:21 AM] Request textDocument/inlayHint failed.
[object Object]

@fbricon fbricon added bug Something isn't working qute labels May 18, 2022
@angelozerr
Copy link
Contributor

The client code for managing inlayHint is hosted in vscode quarkus but we should remove it and use last published of vscode languagclient which shout provide inlayHint.

The thing which I fear is that the current code is à copy paste of vscode languageclient.

Let migrate to vscide languageclient and see if it will fix this issue.

@angelozerr
Copy link
Contributor

This issue should be fixed with #506

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qute
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants