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
Configured remotes urls containings hashtag or percent symbols are entirely escaped when clicking on "Open file on remote".
Steps to Reproduce:
1.Set a custom URL in gitlens.remotes.urls config containing a hashtag or percent (ex: "fileInCommit": "http://privateRepo.com/projects/repos/${repoPath}/commits/${id}#${file}",)
2. Click on a "Open file on remote" link using this custom URL.
3. The browser open the required URL but the hashtag is escaped (ex: http://privateRepo.com/projects/repos/my-repor/commits/e62a0533fed7141beb9edfeed8dfccdd914ebae3%2523src/service/documents/downloader.go)
The text was updated successfully, but these errors were encountered:
Configured remotes urls containings hashtag or percent symbols are entirely escaped when clicking on "Open file on remote".
Steps to Reproduce:
1.Set a custom URL in
gitlens.remotes.urls
config containing a hashtag or percent (ex:"fileInCommit": "http://privateRepo.com/projects/repos/${repoPath}/commits/${id}#${file}",
)2. Click on a "Open file on remote" link using this custom URL.
3. The browser open the required URL but the hashtag is escaped (ex:
http://privateRepo.com/projects/repos/my-repor/commits/e62a0533fed7141beb9edfeed8dfccdd914ebae3%2523src/service/documents/downloader.go
)The text was updated successfully, but these errors were encountered: