vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.
MIT License
29 stars 17 forks source link

.objidconfig diagnostics don't update after all content removed #35

Closed vjekob closed 2 years ago

vjekob commented 2 years ago

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.

vjekob commented 2 years ago

Fixed in upcoming 2.9.0 release.