更新到最新版本,在改配置的时候出现以下问题
ERROR:epc:TypeError("object of type 'Symbol' has no len()")
ERROR:epc:Unexpected error
Traceback (most recent call last):
File "C:\Users\donal\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\epc\handler.py", line 242, in _handle
reply = handler(uid, *args)
File "C:\Users\donal\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\epc\utils.py", line 51, in new_method
ret = method(self, *args, **kwds)
File "C:\Users\donal\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\epc\handler.py", line 265, in _handle_call
return ['return', uid, func(*args)]
File "d:\home\vanilla.emacs\site-lisp\lsp-bridge\lsp_bridge.py", line 283, in _do
getattr(getattr(self, obj_name), name)(*args, **kwargs)
File "d:\home\vanilla.emacs\site-lisp\lsp-bridge\core\search_elisp_symbols.py", line 40, in update
self.symbols = sorted(symbols, key=len)
TypeError: object of type 'Symbol' has no len()