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

Uncontrolled re-run scripts #61

Open yangkerrr opened 1 year ago

yangkerrr commented 1 year ago

When I finish running the matlab script in vscode, and then close vscode and reopen it, the terminal automatically runs the script. What is causing this problem? Is there a configuration I can change so that re-opening vscode will not re-run my program?

Thanks.

WalkerSyz commented 5 months ago

I also have this problem. Have you solved it?