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

Strange error with rust-analyzer #2

Closed
IndianBoy42 opened this issue Nov 18, 2021 · 2 comments · Fixed by #4
Closed

Strange error with rust-analyzer #2

IndianBoy42 opened this issue Nov 18, 2021 · 2 comments · Fixed by #4

Comments

@IndianBoy42
Copy link

image

I get notifications about 'file not found' whenever I move the cursor in the call tree window

@ldelossa
Copy link
Owner

I see whats going on, I attach the clients to the calltree buffer, and rust-analyzer thinks its a real file and wants to parse it.

Im pretty sure I can just "not do that" lol. Will test it out in a bit and send a patch.

ldelossa added a commit that referenced this issue Nov 18, 2021
previous to this commit the calltree buffer would attach active lsp
clients.

this was for an initial idea which never panned out, but also causes
issues as the LSP think the calltree buffer is a valid source file, it
is not.

additionally, this pr fixes a few bad variable references in ui.lua
w/r/t config.

closes: #2

Signed-off-by: ldelossa <[email protected]>
@ldelossa
Copy link
Owner

@IndianBoy42 fixed.

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

Successfully merging a pull request may close this issue.

2 participants