123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247 |
- {
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Launch Remote in Teams (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
- "presentation": {
- "group": "group 1: Teams",
- "order": 3
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Launch Remote in Teams (Chrome)",
- "type": "chrome",
- "request": "launch",
- "url": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
- "presentation": {
- "group": "group 1: Teams",
- "order": 3
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Launch Remote in Outlook (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://outlook.office.com/host/${{M365_APP_ID}}?${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/host/${{M365_APP_ID}}?${account-hint}",
- "presentation": {
- "group": "group 2: Outlook",
- "order": 3
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Launch Remote in the Microsoft 365 app (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://www.office.com/m365apps/${{M365_APP_ID}}?auth=2&${account-hint}",
- "presentation": {
- "group": "group 3: the Microsoft 365 app",
- "order": 3
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Launch Remote in the Microsoft 365 app (Chrome)",
- "type": "chrome",
- "request": "launch",
- "url": "https://www.office.com/m365apps/${{M365_APP_ID}}?auth=2&${account-hint}",
- "presentation": {
- "group": "group 3: the Microsoft 365 app",
- "order": 3
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in Teams (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://teams.microsoft.com/l/app/${{local:TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in Teams (Chrome)",
- "type": "chrome",
- "request": "launch",
- "url": "https://teams.microsoft.com/l/app/${{local:TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in Outlook (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://outlook.office.com/host/${{local:M365_APP_ID}}?${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in Outlook (Chrome)",
- "type": "chrome",
- "request": "launch",
- "url": "https://outlook.office.com/host/${{local:M365_APP_ID}}?${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in the Microsoft 365 app (Edge)",
- "type": "msedge",
- "request": "launch",
- "url": "https://www.office.com/m365apps/${{local:M365_APP_ID}}?auth=2&${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Frontend in the Microsoft 365 app (Chrome)",
- "type": "chrome",
- "request": "launch",
- "url": "https://www.office.com/m365apps/${{local:M365_APP_ID}}?auth=2&${account-hint}",
- "cascadeTerminateToConfigurations": [
- "Attach to Local Service"
- ],
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- },
- {
- "name": "Attach to Local Service",
- "type": "node",
- "request": "attach",
- "port": 9239,
- "restart": true,
- "presentation": {
- "group": "all",
- "hidden": true
- },
- "internalConsoleOptions": "neverOpen"
- }
- ],
- "compounds": [
- {
- "name": "Debug in Teams (Edge)",
- "configurations": [
- "Attach to Frontend in Teams (Edge)",
- "Attach to Local Service"
- ],
- "preLaunchTask": "Start Teams App Locally",
- "presentation": {
- "group": "group 1: Teams",
- "order": 1
- },
- "stopAll": true
- },
- {
- "name": "Debug in Teams (Chrome)",
- "configurations": [
- "Attach to Frontend in Teams (Chrome)",
- "Attach to Local Service"
- ],
- "preLaunchTask": "Start Teams App Locally",
- "presentation": {
- "group": "group 1: Teams",
- "order": 2
- },
- "stopAll": true
- },
- {
- "name": "Debug in Outlook (Edge)",
- "configurations": [
- "Attach to Frontend 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": [
- "Attach to Frontend in Outlook (Chrome)",
- "Attach to Local Service"
- ],
- "preLaunchTask": "Start Teams App Locally",
- "presentation": {
- "group": "group 2: Outlook",
- "order": 2
- },
- "stopAll": true
- },
- {
- "name": "Debug in the Microsoft 365 app (Edge)",
- "configurations": [
- "Attach to Frontend in the Microsoft 365 app (Edge)",
- "Attach to Local Service"
- ],
- "preLaunchTask": "Start Teams App Locally",
- "presentation": {
- "group": "group 3: the Microsoft 365 app",
- "order": 1
- },
- "stopAll": true
- },
- {
- "name": "Debug in the Microsoft 365 app (Chrome)",
- "configurations": [
- "Attach to Frontend in the Microsoft 365 app (Chrome)",
- "Attach to Local Service"
- ],
- "preLaunchTask": "Start Teams App Locally",
- "presentation": {
- "group": "group 3: the Microsoft 365 app",
- "order": 2
- },
- "stopAll": true
- }
- ]
- }
|