Open xixixao opened 1 year ago
I'm not sure how Macs do things, but on Linux that behavior is usually from having the path set in a .bashrc file or something that gets loaded when a shell starts but not on login. Do you launch VSCode from inside a shell? If so, it should be picking up the shell's path settings.
I do launch VSCode from the shell. Any other pointers / tests I should run? Like how can I tell what my PATH is in the environment the extension uses?
I have installed sbcl with homebrew, and I can launch it in all my shells and from VS Code's terminal. But Alive fails to start up with
Full log above for the initialization:
I tried
sbcl --eval '(require :asdf)' --eval '(asdf:load-system :alive-lsp)' --eval '(alive/server:start)'
from a terminal but ofc I don't have alive-lsp in that case, so it fails.