paulo-fernando-silva / vscOctaveDebugger

MIT License
35 stars 4 forks source link

Fails with quote in workspace path #37

Closed nickmertin closed 3 years ago

nickmertin commented 3 years ago

Workspace paths with quotes, which are valid file paths, fail with error:

parse error:
  syntax error
>>> addpath('/path/with/quote/doesn't/work')

Runtime: octave-cli exited with code: 1

Note that I can use octave just fine running the octave command inside the directory in question.

paulo-fernando-silva commented 3 years ago

Hi, thanks for reporting this issue. I'll take a look very soon.

paulo-fernando-silva commented 3 years ago

Hey, sorry for the delay. Check the latest version v0.4.7 and reopen this issue if that doesn't fix it for you. Thanks!