Skip to content

Commit a861111

Browse files
nturinskiNathan TurinskiCopilot
authored
Change the aka.ms link for Remote Debugging (#4954)
* Change the aka.ms link * Upgrade @microsoft/vscode-azext-azureappservice to v4.2.4 Agent-Logs-Url: https://github.com/microsoft/vscode-azurefunctions/sessions/4200aa32-8b5e-40c7-81b6-a2887cc4e90c Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com> --------- Co-authored-by: Nathan Turinski <naturins@microsoft.comm> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nturinski <5290572+nturinski@users.noreply.github.com>
1 parent 57d1500 commit a861111

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,7 @@
15831583
"@azure/core-client": "^1.7.3",
15841584
"@azure/core-rest-pipeline": "^1.11.0",
15851585
"@azure/storage-blob": "^12.5.0",
1586-
"@microsoft/vscode-azext-azureappservice": "^4.2.3",
1586+
"@microsoft/vscode-azext-azureappservice": "^4.2.4",
15871587
"@microsoft/vscode-azext-azureappsettings": "^1.0.0",
15881588
"@microsoft/vscode-azext-azureutils": "^4.0.1",
15891589
"@microsoft/vscode-azext-utils": "^4.0.5",

src/commands/remoteDebugJava/remoteDebugJavaFunctionApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function remoteDebugJavaFunctionApp(context: IActionContext, node?:
4242
const confirmMsg: string = localize('confirmRemoteDebug', 'The configurations of the selected app will be changed before debugging. Would you like to continue?');
4343
const result: vscode.MessageItem = await context.ui.showWarningMessage(confirmMsg, { modal: true }, DialogResponses.yes, DialogResponses.learnMore);
4444
if (result === DialogResponses.learnMore) {
45-
await openUrl('https://aka.ms/azfunc-remotedebug');
45+
await openUrl('https://aka.ms/azfunctions-remotedebugging');
4646
return;
4747
} else {
4848
await updateSiteConfig(client, p, siteConfig);

0 commit comments

Comments
 (0)