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 there are two errors the language server should detect and report them both. If you only report one error then the user may be confused when you later report another. This is a quality of implementation issue.
Here is a screen cap from the FieldConstraintValidation test case:
If you fix the static keyword then this diagnostic is generated.
It seems like both could be generated on the first pass.
Type of language feature proposed:
Select all that apply
diagnostic
quick-fix
snippet
other, please specify:
The text was updated successfully, but these errors were encountered:
Description:
When there are two errors the language server should detect and report them both. If you only report one error then the user may be confused when you later report another. This is a quality of implementation issue.
Here is a screen cap from the FieldConstraintValidation test case:
If you fix the static keyword then this diagnostic is generated.
It seems like both could be generated on the first pass.
Type of language feature proposed:
Select all that apply
The text was updated successfully, but these errors were encountered: