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
I sadly don't remember when it was working the last time but on 0.63 of the VSC extension I no longer get warnings when I have duplicated field numbers in a model definition.
Reproduction
modelMatchOptions {
@field(1)
maps?:Options;
@field(2)
locations?:Options;
@field(3)
roles?:Options;
@field(3) // this should warn/errorverified_matching?:boolean;
}
Describe the bug
I sadly don't remember when it was working the last time but on 0.63 of the VSC extension I no longer get warnings when I have duplicated field numbers in a model definition.
Reproduction
Checklist
The text was updated successfully, but these errors were encountered: