mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
241 stars 16 forks source link

Unable to see windows opened by MATLAB when connected to remote machine #168

Closed dklilley closed 3 months ago

dklilley commented 3 months ago

Describe the bug When the extension is connected to a remote machine (for example, via the "Remote - SSH" VS Code extension), additional windows opened by MATLAB are not visible (e.g. figures and apps). Further, attempting to display the MATLAB desktop using the >> desktop command may produce an error stating "The Desktop is not available in this configuration".

These workflows when connected to a remote machine are currently not supported.

dklilley commented 3 months ago

Closing as a duplicate of #106