Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Don't require message end locations (fixes #112) #154

Merged
merged 1 commit into from
Aug 2, 2020
Merged

Commits on Jul 20, 2020

  1. Fix: Don't require message end locations (fixes #112)

    Issue #112 reported VSCode drawing squigglies all the way from the top
    of a file to a line in a code block with a syntax error rather than just
    squigglying the line with the syntax error. For messages that only
    specified start locations, the processor was adding `endLine: NaN`.
    btmills committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    cf141b6 View commit details
    Browse the repository at this point in the history