vjekob / al-objid

Manage object IDs in multi-user environments with mind-boggling simplicity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.objidconfig diagnostics don't update after all content removed

vjekob opened this issue · comments

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.

Fixed in upcoming 2.9.0 release.