We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988f585 commit 98cae3aCopy full SHA for 98cae3a
1 file changed
src/util.ts
@@ -58,7 +58,6 @@ export function findPort(text: string): number | null {
58
* Throw an error if the host is invalid.
59
*/
60
export function parseRemoteAuthority(authority: string): AuthorityParts | null {
61
- // The authority looks like: vscode://ssh-remote+<ssh host name>
62
const authorityParts = authority.split("+");
63
const sshHost = authorityParts[1];
64
if (!sshHost) {
0 commit comments