vscode-matlab-interactive-terminal
vscode-matlab-interactive-terminal copied to clipboard
Matlab Engine hangs on some errors
On some errors, the Matlab Engine API does not throw an exception and instead hangs forever, which similarly blocks the extension. A solution would be to execute Matlab calls in another thread and kill it when an error is detected.