apommel / vscode-matlab-interactive-terminal

VS Code extension allowing for an interactive Matlab terminal and launching of scripts through Matlab Engine for Python
MIT License
46 stars 10 forks source link

Fixed bad characters #27

Closed TheBrenny closed 3 years ago

TheBrenny commented 3 years ago

Silly that python can't handle this character, but this fixes #14.

Also made the checkSetup function more verbose towards errors stemming from execFileSync. (Perhaps this should be exec, or spawn as well to be more in-line with JS conventions?)

apommel commented 3 years ago

Thanks for this. It seems perfectly fine. I'll merge this and release a new version a bit later.