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 use null instead of 0 to allow for the possibility of negative scores.
Besides avoiding the hard-coding, it avoids problem where the number of cssColors wouldn't match the number of levels available -- a potentially subtle way to introduce problems.
Right now this is hard-coded into the class:
Instead the config object should be read. Defaults should be kept in extension.json.
The text was updated successfully, but these errors were encountered: