efm-langserver icon indicating copy to clipboard operation
efm-langserver copied to clipboard

fix: add missing default for LintAfterOpen

Open kaihowl opened this issue 1 year ago • 3 comments
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?

kaihowl avatar Mar 29 '24 15:03 kaihowl