-
-
Notifications
You must be signed in to change notification settings - Fork 846
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
Telescope diagnostics
always returns "no diagnostics found"
even when diagnostics exist
#2661
Labels
bug
Something isn't working
Comments
See the video showing the issue. telescope_diagnostics_bug.mp4 |
the same problem. i also use neovim 0.10 |
delphinus
added a commit
that referenced
this issue
Aug 22, 2023
neovim/neovim#24736 has introduced a new syntax for severity format in `vim.diagnostic.get()`. Fix #2661
5 tasks
As an interim workaround (while #2662 is considered), you can use |
jamestrew
pushed a commit
that referenced
this issue
Sep 3, 2023
* fix: use nil for the default diagnostics severity neovim/neovim#24736 has introduced a new syntax for severity format in `vim.diagnostic.get()`. Fix #2661 * fix: fallback for 0.9.1 * fix: detect changes only when minor version > 9
Conni2461
pushed a commit
that referenced
this issue
Sep 5, 2023
* fix: use nil for the default diagnostics severity neovim/neovim#24736 has introduced a new syntax for severity format in `vim.diagnostic.get()`. Fix #2661 * fix: fallback for 0.9.1 * fix: detect changes only when minor version > 9 (cherry picked from commit 6b79d7a)
For those running it with a lua config, use function() require('telescope.builtin').diagnostics({ severity_bound = 0 }) end |
rameshsanth
pushed a commit
to rameshsanth/telescope.nvim
that referenced
this issue
Nov 17, 2023
* fix: use nil for the default diagnostics severity neovim/neovim#24736 has introduced a new syntax for severity format in `vim.diagnostic.get()`. Fix nvim-telescope#2661 * fix: fallback for 0.9.1 * fix: detect changes only when minor version > 9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Telescope diagnostics
always returns"no diagnostics found"
even when diagnostics exist.Neovim version
Operating system and version
Fedora Linux 38 (Workstation Edition)
Telescope version / branch / rev
main
checkhealth telescope
Steps to reproduce
lua
file withnvim -nu minimal.lua example.lua
LspStart
LspInfo
to confirm thelua lsp
is attached to bufferTelescope diagnostics
commandExpected behavior
Telescope diagnostics
should show a window with all diagnostic issues.Actual behavior
Telescope diagnostics
always returns"no diagnostics found"
even when diagnostics exist.Minimal config
The text was updated successfully, but these errors were encountered: