I've just recently started using CoC.nvim for TypeScript development.
Ideally I'd like the error to only be in the location list, which I have working as shown. The sign column and the location list is sufficient for me; I find the in-line error messages to be very distracting.
I've tried setting diagnostics.virtualText but that will display a truncated error message at the end of line 11. It does NOT remove the error text between lines 11 and 12.
How do I get rid of the error message between lines 11 and 12?
