efm-langserver
efm-langserver copied to clipboard
fix: add missing default for LintAfterOpen
trafficstars
The documentation in the schema.json promises a default value of true. Yet, the implementation does not uphold this promise anywhere.
Without this change, documents have so far been linted when lintOnSave was not set / defaulted. 5f956853b1ad7c9457faf059555b8021f26539af was an unintended breaking change.
- [ ] Correct approach?
- [ ] Tests?