-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgen modal azure links don't redirect correctly #1062
Comments
By the way you might want to change |
@SahilTara that is the right page, it seems to work when you click on the link on the running it on the browser, but for some reason it takes you somewhere else when you click the link through the vscode extension |
Hmm that's really strange |
This comment has been minimized.
This comment has been minimized.
Think you mean to add microsoft/vscode#45515 (if you scroll down in the link you posted they track decoding on the linked issue). |
Thanks, updated |
VSCode tracking issue is microsoft/vscode#83645 |
@sibille How do you open these links? Via |
@jrieken I'd say a link that the editor detects: Link is shown in a react app running in the webview. Link rendering code in question is :
|
Can you try with latest insiders? That should have a fix for these issues |
The link that get's shown there must not be the link that gets opened, e.g the encoding in the dialog is likely different but I assume that opening is also not working, right? Is that html from an embedded webview? |
I just double checked, the link is the same in the browser, so its not opening correct.
Yes, Web Template Studio is shown in the embedded webview |
check - this should be better with next (Mondays) insiders build, microsoft/vscode#83645 (comment) |
Working now on todays insider build. The link is still showing up wrong in the popup, but leads to the correct place |
Verified on dev-nightly: |
The links we have for the 3 services are:
CosmosDB and App Service link takes you to the "All Resources" page rather than the "Cosmos DB" or "App Service" resource group pages when clicked on through the VSCode extension.
VSCode Issue: microsoft/vscode#45515
VSCode currently decodes the
%2F
into a slash, so it takes you to a different path.The text was updated successfully, but these errors were encountered: