Michał Szopiński
Michał Szopiński
As a workaround, navigate to ~/.vscode-server/extensions/mathworks.language-matlab-1.1.4/out/extension.js and comment out these lines: ```javascript client.onNotification(Notification.MatlabLaunchFailed, () => handleMatlabLaunchFailed()); client.onNotification(Notification.MatlabFeatureUnavailable, () => handleFeatureUnavailable()); client.onNotification(Notification.MatlabFeatureUnavailableNoMatlab, () => handleFeatureUnavailableWithNoMatlab()); ``` Reload the window and the...
@hamidingit Did you read the previous two comments? This is exactly what we tried and this is exactly what isn't working. I went the extra mile for you and tracked...