In buildErrorParser.ts:62, the end column for every diagnostic is set to col + 200 unconditionally. This means all error squiggles in the editor are always 200 characters wide regardless of the actual length of the problematic token or expression, producing misleading highlights.
In
buildErrorParser.ts:62, the end column for every diagnostic is set tocol + 200unconditionally. This means all error squiggles in the editor are always 200 characters wide regardless of the actual length of the problematic token or expression, producing misleading highlights.