microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

Add ability to modify Repository URL #572

Open shreyjain1998 opened 5 months ago

shreyjain1998 commented 5 months ago

For the Organization account it builds the URL like https://<org_name>@dev.azure.com/<org_name>/<repo_name>/_git/ which may not be the case always. For example, it works only if I modify the URL like https://dev.azure.com/<org_name>/<repo_name>/_git/ for me.

So, please add a functionality to modify/update the Repository base URL.