mattn / efm-langserver

General purpose Language Server
MIT License
1.32k stars 59 forks source link

fix: add missing default for LintAfterOpen #277

Open kaihowl opened 3 months ago

kaihowl commented 3 months ago

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.