Skip to content

Instantly share code, notes, and snippets.

@aycabas
Created March 30, 2023 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aycabas/01d785b7267595ed75698b3e70503497 to your computer and use it in GitHub Desktop.
Save aycabas/01d785b7267595ed75698b3e70503497 to your computer and use it in GitHub Desktop.
launch.json configurations
{
"name": "Attach to Frontend in Outlook (Edge)",
"type": "pwa-msedge",
"request": "launch",
"url": "https://outlook.office.com/host/${local:teamsAppId}?${account-hint}",
"presentation": {
"group": "all",
"hidden": true
},
"internalConsoleOptions": "neverOpen"
},
{
"name": "Attach to Frontend in the Microsoft 365 app (Edge)",
"type": "pwa-msedge",
"request": "launch",
"url": "https://www.office.com/m365apps/${local:teamsAppId}?auth=2&${account-hint}",
"presentation": {
"group": "all",
"hidden": true
},
"internalConsoleOptions": "neverOpen"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment