Skip to content

Commit 98cae3a

Browse files
committed
refactor: remove redundant authority comment
1 parent 988f585 commit 98cae3a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export function findPort(text: string): number | null {
5858
* Throw an error if the host is invalid.
5959
*/
6060
export function parseRemoteAuthority(authority: string): AuthorityParts | null {
61-
// The authority looks like: vscode://ssh-remote+<ssh host name>
6261
const authorityParts = authority.split("+");
6362
const sshHost = authorityParts[1];
6463
if (!sshHost) {

0 commit comments

Comments
 (0)