You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering a #; in the last line of a file results in an unrecoverable error, deleting the #; does not make the error go away.
It works when first entering the S-expression to comment out and then adding the #;.
Some reader exceptions do not have position information. This uses end-of-file
as a reasonable guess, so we can at least highlight some part of the file.
Handing this case resolves a langserver contract error.
Fixesjeapostrophe#102
jryans
added a commit
to jryans/racket-langserver
that referenced
this issue
Apr 7, 2023
Some reader exceptions do not have position information. This uses end-of-file
as a reasonable guess, so we can at least highlight some part of the file.
Handing this case resolves a langserver contract error.
Fixesjeapostrophe#102
Some reader exceptions do not have position information. This uses end-of-file
as a reasonable guess, so we can at least highlight some part of the file.
Handing this case resolves a langserver contract error.
Fixes#102
Entering a #; in the last line of a file results in an unrecoverable error, deleting the
#;
does not make the error go away.It works when first entering the S-expression to comment out and then adding the
#;
.like:
#lang racket #;
Output of the LSP:
See: Eugleo/magic-racket#104
The text was updated successfully, but these errors were encountered: