microsoft/vscode-languageserver-node

Support middleware for logMessage and showMessage

オープン

#1,131 opened on 2022/10/03

 (1 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (397 件のフォーク)auto 404
feature-requesthelp wanted

Repository metrics

Stars
 (1,776 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Hi. I'm looking for an idiomatic way to intercept a server-initiated notification (say window/logMessage) to hook some custom functionality. The only related example I could find uses a middleware to intercept the client-initiated request, which does not seem applicable in this case. Notice that, in my case, I would need to keep forward the notification to the client so that the notification is handled as usual. Any pointer would be appreciated.

コントリビューターガイド