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
Copy file name to clipboardExpand all lines: src/sshConfig.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -138,12 +138,12 @@ export class SSHConfig {
138
138
139
139
if(startBlockCount!==endBlockCount){
140
140
thrownewSSHConfigBadFormat(
141
-
`Malformed config:ssh config has${startBlockCount}${label} START comments but${endBlockCount}${label} END comments. Each START must havea matchingEND.`,