Closed cspollard closed 3 years ago
Sorry for the late response!
It appears that the executable cannot find the DLLs it needs (libicuuc.69.dylib
and its homies)
Since you already have homebrew
, I think this should fix it:
brew install icu4c
Also, after some tinkering, I've managed to bundle those bloody DLLs in the next release :D
Hi,
After enabling the language server in VSCode agda-mode, I quit and restart. The language server downloads, but then the following is printed.
The debug output is
I do not have a /usr/local/opt folder (homebrew installs to /opt/homebrew). Is there a straightforward way to fix this? (btw agda-mode without LSP works just fine!)
Chris