We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b72ac commit aea6e3eCopy full SHA for aea6e3e
git-open
@@ -137,7 +137,8 @@ elif [[ "${#pathargs[@]}" -ge '2' && ${pathargs[${#pathargs[@]} - 2]} == '_git'
137
if (( is_issue )); then
138
# Switch to workitems, provide work item id if specified
139
urlpath="${urlpath%%/_git/*}/_workitems"
140
- urlpath="${urlpath/_git\//}"
+ # Handle case for the default repository url
141
+ urlpath="${urlpath#_git\/*}"
142
providerBranchRef="?id=${branch//[^0-9]/}"
143
else
144
# Keep project and repository name, append branch selector.
0 commit comments