1.0.0 (2022-08-06)
⚠ BREAKING CHANGES
- Ship as an ES module. Might be breaking for programmatic users of this server. Read more about consuming ES module packages at https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c
- deps: LSP libraries updated to match the 3.17 version of the LSP spec. Requires minimum Node 14.
Features
Bug Fixes
- declare quickfix/refactor CodeAction capabilities (#553) (e76fc64)
- handle shutdown lifecycle properly (#536) (ac8536b)