microsoft / azure-boards-vscode

Azure Boards Extension for Visual Studio Code
MIT License
20 stars 14 forks source link

isValidAzureBoardsUrl check for visualstudio.com URL #56

Open alexcnichols opened 5 years ago

alexcnichols commented 5 years ago

https://github.com/microsoft/azure-boards-vscode/blob/026eb8a6ddcaf426277a33c9eb9dd2aa3348720d/src/configuration/url.ts#L6

Seems like there could be URLs that meet this check but aren't actual Azure DevOps Services URLs. https://asdf.visualstudio.com.badactor.com

Any consequence of that?

cschleiden commented 5 years ago

Don't think so, but I agree, let's tighten it up