in extension.ts [214:216]
function isFtpLink(linkToCheck: string): boolean { return linkToCheck.toLowerCase().startsWith('ftp'); }