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

">>" symbol location error #6

Closed ilcpm closed 4 years ago

ilcpm commented 4 years ago

when write

fprintf('123abc')

in a test.m file and run the result is

>> clear functions
>> run("d:\Code\matlab\test.m")
123abc>> 

the >> symbol should be placed into a new line


maybe to add a '\n' before '>>' after finish running a .m file?

apommel commented 4 years ago

This is corrected in the latest commit, sorry for the delay. It is not on the marketplace yet however.