GitMounter checks if last characters from the URL are '.git' to be enabled
Git repositories from Azure Devops can be cloned using URLs like
https://dev.azure.com/<organization>/<project>/_git/<repository name>
https://<organization>.visualstudio.com/<project>/_git/<repository name>
git clone will work with this URLs as long as Personal Access Token (PAT) is provided
git clone https://DUMMY:<PAT>@dev.azure.com/MYORG/MYPROJECT/_git/MYREPO
So I think maybe improve GitMounter is needed or just create a Mounter for Azure Devops repositories?