handleExit handles the exit notification
()
| 248 | |
| 249 | // handleExit handles the exit notification |
| 250 | func (h *Handler) handleExit() { |
| 251 | h.server.Logger().Println("Exit notification received") |
| 252 | h.server.SetShutdown() |
| 253 | } |
| 254 | |
| 255 | // handleDidOpen handles document open notifications |
| 256 | func (h *Handler) handleDidOpen(params json.RawMessage) { |
no test coverage detected