You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use functionDebugLink for Functions apps in remote debugging (#2256)
* Use functionDebugLink for Functions apps in remote debugging
* chore: retrigger CI
---------
Co-authored-by: Nathan Turinski <naturins@microsoft.comm>
constconfirmEnableMessage: string=vscode.l10n.t('The configuration will be updated to enable remote debugging. Would you like to continue? This will restart the app.');
@@ -79,7 +81,7 @@ async function startRemoteDebugInternal(context: IActionContext, options: StartR
79
81
80
82
constconfirmDisableMessage: string=vscode.l10n.t('Remaining in debugging mode may cause performance issues. Would you like to disable debugging? This will restart the app.');
0 commit comments