We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If a compile error is missing a location you can't see it.
Perhaps hovering over compile error should show the message in all cases
Can't see it
LET EventData := input(); LET SqrlClock := TweetDate; LET TweetDate := SqrlClock;
Circular feature definitions don't have locations it seems.
The text was updated successfully, but these errors were encountered:
ooh yeah i was wondering about this. VS Code puts errors at 0,0 if they're missing a location. we could probably mirror that behaviour.
Sorry, something went wrong.
meyer
No branches or pull requests
If a compile error is missing a location you can't see it.
Expected behavior
Perhaps hovering over compile error should show the message in all cases
Actual behavior
Can't see it
Steps to reproduce the behavior
Circular feature definitions don't have locations it seems.
The text was updated successfully, but these errors were encountered: