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

Connection to lsp times out

Open jamataran opened this issue 4 years ago • 0 comments

After installing the extension, I get my VSCode too slow. Furthermore, when I try to evaluate an LISP expression I get: Command 'Lisp: Evaluate' resulted in an error (Running the contributed command: lisp.eval failed.). The log:

[Error - 7:22:39 AM] Starting client failed
Error: Connection to lsp times out
	at Timeout._onTimeout (/Users/jose/.vscode/extensions/ailisp.commonlisp-vscode-0.3.2/out/extension.js:137:32)
	at listOnTimeout (internal/timers.js:549:17)
	at processTimers (internal/timers.js:492:7)

jamataran avatar Mar 04 '21 06:03 jamataran