
I'm using efm-langserver to hook into a linter. This linter only provides a line number, and no column information. I think because the start column and end column are both 0, the "squiggly" is only show at the beginning of the line. Is there anyway to tell this LSP to lint the whole line?