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

fix(lsp): handle empty call hierarchy items #3288

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jamestrew
Copy link
Contributor

  • Added a check for empty call hierarchy items using vim.tbl_isempty.
  • Fixed the return value to correctly return the chosen item from the list.

closes #3267

- Added a check for empty call hierarchy items using vim.tbl_isempty.
- Fixed the return value to correctly return the chosen item from the
  list.
@jamestrew jamestrew merged commit cfaf684 into nvim-telescope:master Sep 12, 2024
12 checks passed
@jamestrew jamestrew deleted the fix-lsp-in-out branch September 12, 2024 01:08
@jamestrew jamestrew added the backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat) label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

LSP incoming/outgoing calls triggers error when selecting from multiple symbols at cursor
1 participant