in src/utils.ts [76:78]
export function basename(uri: URI): string { return posixPath.basename(uri.path); }