-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[lsp-server] 🐞 definitions jump to the wrong project workspace #3318
Comments
there are duplicates of this somewhere. we are undergoing a rewrite where, amongst other things, the type caches will no longer overlap across projects |
@karloluis are you using multi-root workspaces in vscode? because that will also be addressed in the rewrite |
I had a lot of trouble finding an existing ticket and I've known about it for some time now. Feel free to close it with a reference to where we can track progress, even if its the full rewrite project as I'd be curious to test fixes on a early build. |
@acao Any chance you can link the re-write project/issue? |
the PR that fixes this will be merged this weekend hopefully! I now have a high level integration suite to prove it! |
there will be a blog post soon about preparations for the rewrite, as you can see are well under way! luckily your bugfix wont have to wait for the rewrite. I'm pretty sure this is a one line bug, but there may have been multiple bugs at play here, but as you can see I've added a test case for this to that PR! I also check autocomplete because users have reported cross project bugs there as well |
Is there an existing issue for this?
Current Behavior
Expected Behavior
Steps To Reproduce
Environment
Anything else?
https://github.com/karloluis/gql_lsp-goto-workspace_bug
The text was updated successfully, but these errors were encountered: