Open
Description
At https://github.com/redhat-developer/vscode-xml/blob/master/src/client/clientErrorHandler.ts#L54 , we respond with CloseAction.DoNotRestart
, but we now have a binary language server so maybe we should try to set the preference for it and just respond with CloseAction.Restart
.