We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74a2aa commit 0c6a689Copy full SHA for 0c6a689
src/lifecycle/MatlabLifecycleManager.ts
@@ -136,7 +136,7 @@ class MatlabLifecycleManager {
136
handleConnectionStatusChange (data: MatlabConnectionStatusParam): void {
137
if (data.connectionAction === 'connect') {
138
void this.connectToMatlab(connection)
139
- } else if (data.connectionAction === 'disconnect') {
+ } else {
140
this.disconnectFromMatlab()
141
}
142
0 commit comments