You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When MATLAB is killed while the language server is connecting to it, attempting to connect again will display the following error in the log: matlabls - ERROR: Failed to connect to MATLAB
Although everything works as expected, this error message should not be displayed at this time.
To Reproduce
Steps to reproduce the behavior (using the MATLAB extension for VS Code):
Attempt to connect to MATLAB through the extension
Before the connection is established, kill the MATLAB process
Attempt to connect to MATLAB again - this will connect successfully, but will display the error mentioned above
Expected behavior
The error message should not display upon reconnecting.
The text was updated successfully, but these errors were encountered:
Describe the bug
When MATLAB is killed while the language server is connecting to it, attempting to connect again will display the following error in the log:
matlabls - ERROR: Failed to connect to MATLAB
Although everything works as expected, this error message should not be displayed at this time.
To Reproduce
Steps to reproduce the behavior (using the MATLAB extension for VS Code):
Expected behavior
The error message should not display upon reconnecting.
The text was updated successfully, but these errors were encountered: