commonlisp-vscode icon indicating copy to clipboard operation
commonlisp-vscode copied to clipboard

can't connect to lsp

Open lewisl opened this issue 2 years ago • 0 comments

This is almost a given with anything involving lisp.

Running Macos Ventura on Apple silicon M1.

Messages in console:

Error: Connection to lsp times out
	at Timeout._onTimeout (/Users/lewis/.vscode/extensions/ailisp.commonlisp-vscode-0.3.2/out/extension.js:137:32)
	at listOnTimeout (node:internal/timers:559:17)
	at process.processTimers (node:internal/timers:502:7)

So, that was a path problem. With path updated properly (needs full path ~/ doesn't work: go figure), I get a different message:

The terminal process failed to launch (posix_spawnp failed).

lewisl avatar Jul 27 '23 17:07 lewisl