bramvbilsen / Matlab-Code-Run-for-VS-Code

This repo contains the code for the "Matlab Code Run" extension for Visual Studio Code,
25 stars 5 forks source link

Cannot run if the pathfile contains spaces #7

Open SeeringPhil opened 4 years ago

SeeringPhil commented 4 years ago

If the pathfile contains spaces, the Matlab prompt appears but says it cannot find the file.

The fix right now is to manually add " " around the pathfile.

Might be able to provide a pull request to fix that.