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
* Adding `only-lint-on-save` configuration.
* Seemed to have messed up configuration last release; fixing. I was following
instructions in the console, so not sure how I ended up down the wrong path.
* Refactored some of the code to help support the future path of having partial
linting.
* Added some tests after the refactor. I could still use more tests around
release documents, but I don't know how to drive those from tesets currently.
* Calls languages.createDiagnosticCollection() once
* Keeps map of diagonstics to releveant results
* Removed from map when the file is closed
* Hopefully I won't find a leak in this somehow