Closed vjekob closed 2 years ago
Create .objidconfig with this content:
.objidconfig
{ "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.
Diagnostics should update after the document has been emptied.
Fixed in upcoming 2.9.0 release.
Steps to repeat:
Create
.objidconfig
with this content: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.