You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally, I can reproduce some of the behaviour with tuxedo-rs:
Open a file in tailor-gui
Open another file in tailord or tailor-cli (e.g. with telescope)
:lua =#vim.lsp.get_clients()
Expected: 1 (I think)
Actual: 2
Expected number of rust-analyzer processes: 1 (I think)
Actual: 2
I believe this has to do with the fact that the plugin searches upward and uses the first directory it finds containing a Cargo.toml as the workspace root.
I cannot reproduce this when jumping from tailor_cli to tailord, or to a dependency, as described in simrat39/rust-tools.nvim#421.
The text was updated successfully, but these errors were encountered:
See also: simrat39/rust-tools.nvim#421
Personally, I can reproduce some of the behaviour with tuxedo-rs:
tailor-gui
tailord
ortailor-cli
(e.g. with telescope):lua =#vim.lsp.get_clients()
Expected:
1
(I think)Actual:
2
Expected number of rust-analyzer processes: 1 (I think)
Actual: 2
I believe this has to do with the fact that the plugin searches upward and uses the first directory it finds containing a
Cargo.toml
as the workspace root.I cannot reproduce this when jumping from
tailor_cli
totailord
, or to a dependency, as described in simrat39/rust-tools.nvim#421.The text was updated successfully, but these errors were encountered: