MATLAB-extension-for-vscode
MATLAB-extension-for-vscode copied to clipboard
Matlab in a remote server
Describe the bug Not connecting to Matlab when connected to a server with matlab using a tunnel
To Reproduce Steps to reproduce the behavior:
- Start a tunnel to a server with Matlab installed
- In Matlab configuration, add the result of the remote server's matlabroot
- Ask to connect to matlab
- See forever MATLAB: Establishing Connection
Expected behavior I would like to run 1+1 in my remote file with shift+enter in my console, that actually runs in the remote server's matlab
Screenshots I don't think it is required
Useful Information
- OS Version: server Ubuntu, local: macos Sequoia
- VS Code Version: 1.93.1
Additional context No more context, it would be great to have a system to test if local VS Code is able to see remote Matlab. Right now, I edit the .m in the remote machine, and I copy and paste into a remote terminal, where I have a "matlab -nodesktop' opened