As a result of working on code on multiple code hosts and orgs, I have middle directories in my git repo organization on my Mac for the code host and git org, so it would be handy if I could:
"vscode.open.basePath": "/Users/USERNAME/",
"vscode.open.replacements": {"(?<=USERNAME\/)(.*[\\\/])": "$CODEHOST/$GITORG/$REPONAME/"},