Hi!
I would like to display a lightbulb in status line if there are code actions on the current line.
On top of that, I would like to show only location-specific code actions (not available in the whole buffer) as virtual text. This can be solved by filtering such actions, but when using filter from config, this would also filter out actions that are displayed in the status line.
Would it be possible to somehow have separate filtering functions for status line text and virtual text?
Thanks!