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
feat: validate ssh properties before launching workspaces
This was reported by a member in Discord, and displayed a poor error by VS Code
when it failed before.
Users cannot override our config options otherwise connections
may fail or have unexpected behavior.
detail: `Your SSH config is overriding the "${key}" property to "${computedProperties[key]}" when it expected "${sshValues[key]}" for the "${hostName}" host. Please fix this and try again!`,
549
+
},
550
+
"Reload Window",
551
+
)
552
+
if(result==="Reload Window"){
553
+
awaitthis.reloadWindow()
554
+
}
555
+
awaitthis.closeRemote()
556
+
}
557
+
558
+
returnsshConfig.getRaw()
531
559
}
532
560
533
561
// showNetworkUpdates finds the SSH process ID that is being used by this
0 commit comments