We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure uses the following format for its code:
https://dev.azure.com/some/project/_git/repoName?version=GBdev&path=%2Fpath%2Fto%2Ffile%2Ffoo.js
It escapes the slashes in the actual path to the file - instead of slash it uses %2F.
%2F
It would be nice if we could perform a regex search/replace on the Defined In URLs so that we could fix the path before appending it to the prefix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Azure uses the following format for its code:
https://dev.azure.com/some/project/_git/repoName?version=GBdev&path=%2Fpath%2Fto%2Ffile%2Ffoo.js
It escapes the slashes in the actual path to the file - instead of slash it uses
%2F
.It would be nice if we could perform a regex search/replace on the Defined In URLs so that we could fix the path before appending it to the prefix.
The text was updated successfully, but these errors were encountered: