Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correctly determine diagnostic enabled state for toggling (#316)
Toggling diagnostics doesn't work due to an incorrectly used function always resulting in a true value. Correctly retrieving the current state makes the toggle work as expected.
- Loading branch information