I want to bind lsp_prev_diagnostic/lsp_next_diagnostic to my mouse4/5, but sublime seems to unable to disable the additional arg, which will cause:
command: lsp_next_diagnostic {"event": {"button": 4, "x": 706.5, "y": 373.5}}
Traceback (most recent call last):
File "C:\Program Files\Sublime Text\Lib\python38\sublime_plugin.py", line 1687, in run_
return self.run(edit, **args)
TypeError: run() got an unexpected keyword argument 'event'
```