Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upOmitting startrule doesn't fallback to first parser rule (when debugging) #87
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Let me know if you need anything from me to reproduce this. As a workaround, I've set the start rule to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As the title says, I must supply a start rule in launch.json or else I get an error stating that
undefined
rule can't be found.Your docs state that the first parser rule will be used in the absence of a specified start rule.