forked from qt-creator/qt-creator
LSP: support 'window/showMessageRequest' and 'window/showMessage'
All showMessage notification are send to the GeneralMessages Pane and the showMessageRequest will show a message box Change-Id: Ida3f2a43669ec4c08694ed74e086a281d3d66f9d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -75,6 +75,8 @@ LanguageClientManager::LanguageClientManager()
|
||||
{
|
||||
JsonRpcMessageHandler::registerMessageProvider<PublishDiagnosticsNotification>();
|
||||
JsonRpcMessageHandler::registerMessageProvider<LogMessageNotification>();
|
||||
JsonRpcMessageHandler::registerMessageProvider<ShowMessageRequest>();
|
||||
JsonRpcMessageHandler::registerMessageProvider<ShowMessageNotification>();
|
||||
managerInstance = this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user