diff --git a/templates/js/message-extension-copilot/.vscode/launch.json b/templates/js/message-extension-copilot/.vscode/launch.json index b989d83182..e51136c719 100644 --- a/templates/js/message-extension-copilot/.vscode/launch.json +++ b/templates/js/message-extension-copilot/.vscode/launch.json @@ -23,6 +23,28 @@ }, "internalConsoleOptions": "neverOpen" }, + { + "name": "Launch Remote in Outlook (Edge)", + "type": "msedge", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "presentation": { + "group": "group 2: Outlook", + "order": 3 + }, + "internalConsoleOptions": "neverOpen" + }, + { + "name": "Launch Remote in Outlook (Chrome)", + "type": "chrome", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "presentation": { + "group": "group 2: Outlook", + "order": 3 + }, + "internalConsoleOptions": "neverOpen" + }, { "name": "Launch Remote in Copilot (Edge)", "type": "msedge", @@ -73,6 +95,34 @@ }, "internalConsoleOptions": "neverOpen" }, + { + "name": "Launch App in Outlook (Edge)", + "type": "msedge", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "cascadeTerminateToConfigurations": [ + "Attach to Local Service" + ], + "presentation": { + "group": "all", + "hidden": true + }, + "internalConsoleOptions": "neverOpen" + }, + { + "name": "Launch App in Outlook (Chrome)", + "type": "chrome", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "cascadeTerminateToConfigurations": [ + "Attach to Local Service" + ], + "presentation": { + "group": "all", + "hidden": true + }, + "internalConsoleOptions": "neverOpen" + }, { "name": "Launch App in Copilot (Edge)", "type": "msedge", @@ -141,6 +191,32 @@ }, "stopAll": true }, + { + "name": "Debug in Outlook (Edge)", + "configurations": [ + "Launch App in Outlook (Edge)", + "Attach to Local Service" + ], + "preLaunchTask": "Start Teams App Locally", + "presentation": { + "group": "group 2: Outlook", + "order": 1 + }, + "stopAll": true + }, + { + "name": "Debug in Outlook (Chrome)", + "configurations": [ + "Launch App in Outlook (Chrome)", + "Attach to Local Service" + ], + "preLaunchTask": "Start Teams App Locally", + "presentation": { + "group": "group 2: Outlook", + "order": 2 + }, + "stopAll": true + }, { "name": "Debug in Copilot (Edge)", "configurations": [ diff --git a/templates/ts/message-extension-copilot/.vscode/launch.json b/templates/ts/message-extension-copilot/.vscode/launch.json index b989d83182..e51136c719 100644 --- a/templates/ts/message-extension-copilot/.vscode/launch.json +++ b/templates/ts/message-extension-copilot/.vscode/launch.json @@ -23,6 +23,28 @@ }, "internalConsoleOptions": "neverOpen" }, + { + "name": "Launch Remote in Outlook (Edge)", + "type": "msedge", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "presentation": { + "group": "group 2: Outlook", + "order": 3 + }, + "internalConsoleOptions": "neverOpen" + }, + { + "name": "Launch Remote in Outlook (Chrome)", + "type": "chrome", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "presentation": { + "group": "group 2: Outlook", + "order": 3 + }, + "internalConsoleOptions": "neverOpen" + }, { "name": "Launch Remote in Copilot (Edge)", "type": "msedge", @@ -73,6 +95,34 @@ }, "internalConsoleOptions": "neverOpen" }, + { + "name": "Launch App in Outlook (Edge)", + "type": "msedge", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "cascadeTerminateToConfigurations": [ + "Attach to Local Service" + ], + "presentation": { + "group": "all", + "hidden": true + }, + "internalConsoleOptions": "neverOpen" + }, + { + "name": "Launch App in Outlook (Chrome)", + "type": "chrome", + "request": "launch", + "url": "https://outlook.office.com/mail?${account-hint}", + "cascadeTerminateToConfigurations": [ + "Attach to Local Service" + ], + "presentation": { + "group": "all", + "hidden": true + }, + "internalConsoleOptions": "neverOpen" + }, { "name": "Launch App in Copilot (Edge)", "type": "msedge", @@ -141,6 +191,32 @@ }, "stopAll": true }, + { + "name": "Debug in Outlook (Edge)", + "configurations": [ + "Launch App in Outlook (Edge)", + "Attach to Local Service" + ], + "preLaunchTask": "Start Teams App Locally", + "presentation": { + "group": "group 2: Outlook", + "order": 1 + }, + "stopAll": true + }, + { + "name": "Debug in Outlook (Chrome)", + "configurations": [ + "Launch App in Outlook (Chrome)", + "Attach to Local Service" + ], + "preLaunchTask": "Start Teams App Locally", + "presentation": { + "group": "group 2: Outlook", + "order": 2 + }, + "stopAll": true + }, { "name": "Debug in Copilot (Edge)", "configurations": [