Closed
Description
Extract those helpers from the html/css Language Services and put them into a npm module.
With this we can expand our Language Server tutorial with a section "testing" using this module.
Hopefully this module could also help other Language Server authors.
Todo:
- Extract the helpers into a npm module
- Migrate html/css LS's test to use it
- Migrate LSP samples to use it for testing
- Update LS authoring doc with testing section