You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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/"},
The text was updated successfully, but these errors were encountered: