Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/authResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class RemoteSSHResolver implements vscode.RemoteAuthorityResolver, vscode
throw new Error(`Invalid authority type for SSH resolver: ${type}`);
}

this.logger.info(`Resolving ssh remote authority '${authority}' (attemp #${context.resolveAttempt})`);
this.logger.info(`Resolving ssh remote authority '${authority}' (attempt #${context.resolveAttempt})`);

const sshDest = SSHDestination.parseEncoded(dest);

Expand Down