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
I'm using the Azure CLI, and one of the help outputs had this text:
jaraco.functools master $ az devops service-endpoint github create --help
Command
az devops service-endpoint github create : Create a GitHub service endpoint.
For automation, set GitHub PAT token in AZURE_DEVOPS_EXT_GITHUB_PAT environment variable.
You can learn more about this at https://aka.ms/azure-devops-cli-service-endpoint.
If I try to click on that URL, it is highlighted, but it doesn't work because the . is included in the URL. Many other systems like Slack are able to detect hyperlinks like these without including extraneous trailing characters. It would be nice if Hyper could do the same.
The text was updated successfully, but these errors were encountered:
The weblinks functionality comes from xterm itself, I think you should report it there instead.
Though I guess it might be difficult as . is a valid character in urls.
I'm using the Azure CLI, and one of the help outputs had this text:
If I try to click on that URL, it is highlighted, but it doesn't work because the
.
is included in the URL. Many other systems like Slack are able to detect hyperlinks like these without including extraneous trailing characters. It would be nice if Hyper could do the same.The text was updated successfully, but these errors were encountered: