summaryrefslogtreecommitdiff
path: root/lua/telescope/builtin/diagnostics.lua
AgeCommit message (Collapse)Author
2022-07-12chore: remove deprecated functions / messages (#2063)Simon Hauser
2022-07-01break: prefix internal files and add deprecation messages (#2032)Simon Hauser
2022-03-13feat: improve UX with vim.notify (#1763)tami5
* fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
2022-03-12feat(diagnostics): additional filter options (#1610)Sean Mackesey
- root_dir. Useful to browse only project-scoped diagnostics. - buflisted status. Useful to exclude diagnostics from unlisted buffers, which are created by language servers that analyze the entire project/workspace (e.g. sumneko-lua).
2022-02-14fix: add opts.bufnr and opts.winnr to builtin picker (#1706)James Trew
2021-12-27feat(diagnostics): workspace or document in title (#1619)fdschmidt93
2021-12-10feat: migrate to Telescope diagnostics using vim.diagnostic (#1553)Simon Hauser