最新的代码有这个问题
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
File "/usr/local/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "/Users/zy/.emacs.d/repo/lsp-bridge/lsp-bridge.py", line 96, in postgui_dispatcher
getattr(self, func_name)(*func_args)
File "/Users/zy/.emacs.d/repo/lsp-bridge/lsp-bridge.py", line 167, in _do
getattr(action, name)(*args[1:])
TypeError: change_file() takes 8 positional arguments but 11 were given