.objidconfig diagnostics don't update after all content removed
vjekob opened this issue · comments
Vjekoslav Babić commented
Steps to repeat:
Create .objidconfig
with this content:
{
"idRanges": [
{
"from": 50000,
"description": "Test"
}
]
}
Restart Ninja (not necessary, but to start off with a clean slate).
Diagnostics window will show "Missing property: to"
Now, change .objidconfig
to this:
{}
The diagnostics don't update.
Expected results
Diagnostics should update after the document has been emptied.
Vjekoslav Babić commented
Fixed in upcoming 2.9.0 release.