ailisp / commonlisp-vscode

Common Lisp Editing extension for Visual Studio Code
35 stars 1 forks source link

Spaces in the PATH of the file #20

Open uberkael opened 3 years ago

uberkael commented 3 years ago

Using Lisp: Compile And Load File (lisp.compileAndLoadFile) gives this error if the path of the file has spaces in it.

image

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).