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
When a YAML field is accidentally indented one space, where it should have been flush with the zeroth column, then VSCode sometimes produces error underlines the wrong line. Instead of highlighting that line, it highlights (commented) code above.
Expected Behavior
Fields indented too deep receive error underlines.
Current Behavior
(Commented) lines way up above get all the syntax checker attention, distracting users from the true root cause.
Steps to Reproduce
Environment
Windows
Mac
Linux
other (please specify)
By the way, some other editors like IntelliJ experience similar issues.
The text was updated successfully, but these errors were encountered:
Describe the bug
When a YAML field is accidentally indented one space, where it should have been flush with the zeroth column, then VSCode sometimes produces error underlines the wrong line. Instead of highlighting that line, it highlights (commented) code above.
Expected Behavior
Fields indented too deep receive error underlines.
Current Behavior
(Commented) lines way up above get all the syntax checker attention, distracting users from the true root cause.
Steps to Reproduce
Environment
By the way, some other editors like IntelliJ experience similar issues.
The text was updated successfully, but these errors were encountered: