Skip to content

Instantly share code, notes, and snippets.

@aycabas
Created March 30, 2023 09:16
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/e7c73115e7f1871d94af5bce3d32d9b9 to your computer and use it in GitHub Desktop.
Save aycabas/e7c73115e7f1871d94af5bce3d32d9b9 to your computer and use it in GitHub Desktop.
launch.json compounds
{
"name": "Debug in Outlook (Edge)",
"configurations": [
"Attach to Frontend in Outlook (Edge)"
],
"preLaunchTask": "Start Teams App Locally",
"presentation": {
"group": "all",
"order": 3
},
"stopAll": true
},
{
"name": "Debug in the Microsoft 365 app (Edge)",
"configurations": [
"Attach to Frontend in the Microsoft 365 app (Edge)"
],
"preLaunchTask": "Start Teams App Locally",
"presentation": {
"group": "all",
"order": 4
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment