Add IpcId::Shutdown

This commit is contained in:
Fangrui Song 2018-01-09 22:05:09 -08:00
parent 60e384a859
commit a99fd7c444

View File

@ -264,6 +264,7 @@ void LaunchStdinLoop(Config* config,
break;
}
case IpcId::Shutdown:
case IpcId::Exit:
case IpcId::Initialize:
case IpcId::TextDocumentDidOpen: