folke / trouble.nvim

🚦 A pretty diagnostics, references, telescope results, quickfix and location list to help you solve all the trouble your code is causing.
Apache License 2.0
5.12k stars 172 forks source link

bug: slowdown / freeze with large test output #452

Closed folke closed 1 month ago

folke commented 1 month ago

Discussed in https://github.com/folke/trouble.nvim/discussions/293

Originally posted by **dvic** June 5, 2023 I'm using the neotest plugin together with the elixir adapter and I'm facing some performance issues when a failing test outputs a large of amount of text (the ui freezes and becomes unresponsive). Any idea how I can figure out if the problem lies with `trouble.nvim` or with `neotest`/`neotest-elixir` ?
mycf commented 1 month ago

locations_to_items read file together,maybe can use paging query,or no need location info(in big number)