endif
enddef
-# ignore unsupported notification message
+# silently ignore an unsupported notification message
def IgnoreNotif(lspserver: dict<any>, reply: dict<any>)
enddef
'window/showMessage': ProcessShowMsgNotif,
'window/logMessage': ProcessLogMsgNotif,
'textDocument/publishDiagnostics': ProcessDiagNotif,
- '$/progress': ProcessUnsupportedNotif,
+ '$/progress': IgnoreNotif,
'$/logTrace': ProcessLogTraceNotif,
'telemetry/event': ProcessUnsupportedNotifOnce,
# Java language server sends the 'language/status' notification which is