alejandro5042 / azdo-userscripts

A collection of userscripts to improve the Azure DevOps UI
https://alejandro5042.github.io/azdo-userscripts/
MIT License
40 stars 23 forks source link

Add optional redirect from *.visualstudio.com to dev.azure.com/* #226

Open kroeschl opened 1 year ago

kroeschl commented 1 year ago

Microsoft recommends using dev.azure.com/{org} instead of {org}.visualstudio.com: https://learn.microsoft.com/en-us/azure/devops/extend/develop/work-with-urls

It would be nice to automatically redirect from {org}.visualstudio.com because switching between the two can force the user to re-authenticate on both sites, which is annoying.

welcome[bot] commented 1 year ago

Thanks for opening this pull request! Please check out our contributing guidelines.

kroeschl commented 1 year ago

Having run with this on my local system for a while, at least this implementation doesn't stop the connection soon enough to prevent having to re-authenticate with Azure. I'm not sure if/how we can run sooner though.