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

1.16.2 vs 1.16.3 #583

Open
dxgi opened this issue Mar 26, 2024 · 1 comment
Open

1.16.2 vs 1.16.3 #583

dxgi opened this issue Mar 26, 2024 · 1 comment

Comments

@dxgi
Copy link

dxgi commented Mar 26, 2024

my source code uses 1.16.2, I tried to use the newest version available however I noticed that if I try to something like textDocument/semantic/full or something like textDocument/inlayHint, I get an undefined result. So I tried to traceback and compare what changes were made. I tried to use 1.16. and got the same null result, the uri for the editor is

inmemory://...

image
image
image
image
I've added some code to the source and just as I thought

The following commits may be related to my issue

728e9ad
1.16.2...1.16.3

@JohnnyMorganz
Copy link
Owner

Hey, sorry for the significant delay in responding here.

Indeed I think 728e9ad would likely cause the above error messages.

It seems like the URI you are using for these requests doesn't match the uri you sent for textDocument/open, so there is no managed document to look up. Could you double check they match? If they do, then there might be a problem on our side when handling these special types of URIs

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

No branches or pull requests

2 participants