Fix issue #62. This issue is because the language server doesn't have GetVersionHandler, but the extension sends a request to get the version. So it will fail and the extension not change its status. To fix that, I add GetVersionHandler to the language server.
Fix issue #62. This issue is because the language server doesn't have
GetVersionHandler
, but the extension sends a request to get the version. So it will fail and the extension not change its status. To fix that, I addGetVersionHandler
to the language server.