When I attempt to open an Azure DevOps repo using vscode.dev with the Azure Repos extension with a URL like this https://dev.azure.com/org/Project%20Name/_git/repo it fails with errors in the Azure Repos output like follows:
2024-08-21 18:07:57.274 [info] [ 176] AzDO.createMetadata(vscode-vfs://azurerepos/org/Project%2520Name/repo, undefined) took 354 ms
2024-08-21 18:07:57.274 [info] [ 178] AzDO.createMetadata(vscode-vfs://azurerepos/org/Project%2520Name/repo, undefined)
2024-08-21 18:07:57.655 [error] self.fetch
TypeError: Failed to fetch
It seems to be attempting to URL encode the space.
I attempted to try this with the following URLs, but they all failed as well:
https://dev.azure.com/org/Project Name/_git/repo
https://dev.azure.com/org/Project%20Name/repo
https://dev.azure.com/org/Project+Name/_git/repo
I have also tried to use the Azure Repos button in the bottom left corner, then paste in the full URL as copied from Azure DevOps, with the same error.
Should vscode.dev support ADO projects with spaces in the name?
When I attempt to open an Azure DevOps repo using vscode.dev with the Azure Repos extension with a URL like this
https://dev.azure.com/org/Project%20Name/_git/repo
it fails with errors in the Azure Repos output like follows:It seems to be attempting to URL encode the space.
I attempted to try this with the following URLs, but they all failed as well:
https://dev.azure.com/org/Project Name/_git/repo
https://dev.azure.com/org/Project%20Name/repo
https://dev.azure.com/org/Project+Name/_git/repo
I have also tried to use the Azure Repos button in the bottom left corner, then paste in the full URL as copied from Azure DevOps, with the same error.
Should vscode.dev support ADO projects with spaces in the name?