arthwang / vsc-prolog

A VS Code extension that provides language support for prolog
MIT License
97 stars 21 forks source link

Extension doesn't check for spaces in pathnames, and doesn't allow escaped double quotes in debugger's configuration #27

Closed aartoni closed 6 years ago

aartoni commented 6 years ago

I cannot debug any of my files because my home directory contains spaces in its name, and debugger's configurations seems to throw this error #26 if you put escaped double quotes in it.

Also, I need to use those double quotes in my tasks because the extension doesn't check for spaces in file's pathname.

Thanks in advance.

arthwang commented 6 years ago

Duplicate of #6