Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

v0.8.1

Compare
Choose a tag to compare
@damieng damieng released this 20 Jan 00:08
· 208 commits to master since this release
c11d87d

New

  • Auto-restart language servers that crash (up to 5 times in 3 minutes) #172
  • API to restart your language servers (e.g. after downloading new server, changing config) #172
  • Configuration change monitoring via workspace/didChangeConfiguration #167
  • API to get the connection associated with an editor to send custom messages #173

Changes

  • Trigger autocomplete all the time instead of just on triggerchars\

Fixes

  • Do not send non-null initialization parameters #171
  • Clean up after unexpected server shutdown #169