When trying to use lsp-bridge with gopls I get not completions etc and after turning on logging I get the following messages:
ERROR:epc:ReturnError([Symbol('file-missing'), 'Opening input file', 'No such file or directory', '/home/<redacted>/.emacs.d/elpaca/builds/lsp-bridge/icons/material_magnify.svg'])
ERROR:epc:ReturnError([Symbol('file-missing'), 'Opening input file', 'No such file or directory', '/home/<redacted>/.emacs.d/elpaca/builds/lsp-bridge/icons/material_magnify.svg'])
ERROR:epc:ReturnError([Symbol('file-missing'), 'Opening input file', 'No such file or directory', '/home/<redacted>/.emacs.d/elpaca/builds/lsp-bridge/icons/material_magnify.svg'])
ERROR:epc:ReturnError([Symbol('file-missing'), 'Opening input file', 'No such file or directory', '/home/<redacted>/.emacs.d/elpaca/builds/lsp-bridge/icons/material_magnify.svg'])
When trying to use lsp-bridge with gopls I get not completions etc and after turning on logging I get the following messages:
Indeed those files are not present on my system.
Here's the ~/.emacs.d config:
All of the Python-based libraries are installed. As is go-mode, yasnippets, etc.
Any tips on additional things I can do to debug?
thx