I’d like to highlight LSP diagnostics in the scrollbar (this is workflow that I’m used to from other text editors), similar to what Sublime does when you search for text, e.g.
However, instead of displaying blue-ish dashes in the scrollbar, I’d like to show red dashes for build errors. I looked at the API reference, and it doesn’t seem like it’s doable now https://www.sublimetext.com/docs/api_reference.html#sublime.RegionFlags, or am I looking at the wrong thing? If there’s no such a flag in the API yet, would it be possible to add it?