diff --git a/src/lsp/top.lsp b/src/lsp/top.lsp index 1726951a1..f5f01e376 100644 --- a/src/lsp/top.lsp +++ b/src/lsp/top.lsp @@ -1422,6 +1422,7 @@ package." (let* ((*standard-input* *debug-io*) (*standard-output* *debug-io*) ;;(*tpl-prompt-hook* "[dbg] ") + (*print-readably* nil) (*print-pretty* nil) (*print-circle* t) (*readtable* (or *break-readtable* *readtable*))