commonlisp-vscode
commonlisp-vscode copied to clipboard
Spaces in the PATH of the file
Using Lisp: Compile And Load File (lisp.compileAndLoadFile) gives this error if the path of the file has spaces in it.

In the line bellow, I guess is possible to replace the %20 for something cl-lsp can accept or wrapped it into quotes.
https://github.com/ailisp/commonlisp-vscode/blob/be6898155f4c42ca395b4ecaf295313e724292fc/src/extension.ts#L57
PD. Sorry, I tried to clone the project and send a push request fix but I wasn't able to make the extension works (not really experienced in VScode extensions).