launch.json 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "name": "Launch Remote in Teams (Edge)",
  6. "type": "msedge",
  7. "request": "launch",
  8. "url": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
  9. "presentation": {
  10. "group": "group 1: Teams",
  11. "order": 3
  12. },
  13. "internalConsoleOptions": "neverOpen"
  14. },
  15. {
  16. "name": "Launch Remote in Teams (Chrome)",
  17. "type": "chrome",
  18. "request": "launch",
  19. "url": "https://teams.microsoft.com/l/app/${{TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
  20. "presentation": {
  21. "group": "group 1: Teams",
  22. "order": 3
  23. },
  24. "internalConsoleOptions": "neverOpen"
  25. },
  26. {
  27. "name": "Launch Remote in Outlook (Edge)",
  28. "type": "msedge",
  29. "request": "launch",
  30. "url": "https://outlook.office.com/host/${{M365_APP_ID}}?${account-hint}",
  31. "presentation": {
  32. "group": "group 2: Outlook",
  33. "order": 3
  34. },
  35. "internalConsoleOptions": "neverOpen"
  36. },
  37. {
  38. "name": "Launch Remote in Outlook (Chrome)",
  39. "type": "chrome",
  40. "request": "launch",
  41. "url": "https://outlook.office.com/host/${{M365_APP_ID}}?${account-hint}",
  42. "presentation": {
  43. "group": "group 2: Outlook",
  44. "order": 3
  45. },
  46. "internalConsoleOptions": "neverOpen"
  47. },
  48. {
  49. "name": "Launch Remote in the Microsoft 365 app (Edge)",
  50. "type": "msedge",
  51. "request": "launch",
  52. "url": "https://www.office.com/m365apps/${{M365_APP_ID}}?auth=2&${account-hint}",
  53. "presentation": {
  54. "group": "group 3: the Microsoft 365 app",
  55. "order": 3
  56. },
  57. "internalConsoleOptions": "neverOpen"
  58. },
  59. {
  60. "name": "Launch Remote in the Microsoft 365 app (Chrome)",
  61. "type": "chrome",
  62. "request": "launch",
  63. "url": "https://www.office.com/m365apps/${{M365_APP_ID}}?auth=2&${account-hint}",
  64. "presentation": {
  65. "group": "group 3: the Microsoft 365 app",
  66. "order": 3
  67. },
  68. "internalConsoleOptions": "neverOpen"
  69. },
  70. {
  71. "name": "Attach to Frontend in Teams (Edge)",
  72. "type": "msedge",
  73. "request": "launch",
  74. "url": "https://teams.microsoft.com/l/app/${{local:TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
  75. "cascadeTerminateToConfigurations": [
  76. "Attach to Local Service"
  77. ],
  78. "presentation": {
  79. "group": "all",
  80. "hidden": true
  81. },
  82. "internalConsoleOptions": "neverOpen"
  83. },
  84. {
  85. "name": "Attach to Frontend in Teams (Chrome)",
  86. "type": "chrome",
  87. "request": "launch",
  88. "url": "https://teams.microsoft.com/l/app/${{local:TEAMS_APP_ID}}?installAppPackage=true&webjoin=true&${account-hint}",
  89. "cascadeTerminateToConfigurations": [
  90. "Attach to Local Service"
  91. ],
  92. "presentation": {
  93. "group": "all",
  94. "hidden": true
  95. },
  96. "internalConsoleOptions": "neverOpen"
  97. },
  98. {
  99. "name": "Attach to Frontend in Outlook (Edge)",
  100. "type": "msedge",
  101. "request": "launch",
  102. "url": "https://outlook.office.com/host/${{local:M365_APP_ID}}?${account-hint}",
  103. "cascadeTerminateToConfigurations": [
  104. "Attach to Local Service"
  105. ],
  106. "presentation": {
  107. "group": "all",
  108. "hidden": true
  109. },
  110. "internalConsoleOptions": "neverOpen"
  111. },
  112. {
  113. "name": "Attach to Frontend in Outlook (Chrome)",
  114. "type": "chrome",
  115. "request": "launch",
  116. "url": "https://outlook.office.com/host/${{local:M365_APP_ID}}?${account-hint}",
  117. "cascadeTerminateToConfigurations": [
  118. "Attach to Local Service"
  119. ],
  120. "presentation": {
  121. "group": "all",
  122. "hidden": true
  123. },
  124. "internalConsoleOptions": "neverOpen"
  125. },
  126. {
  127. "name": "Attach to Frontend in the Microsoft 365 app (Edge)",
  128. "type": "msedge",
  129. "request": "launch",
  130. "url": "https://www.office.com/m365apps/${{local:M365_APP_ID}}?auth=2&${account-hint}",
  131. "cascadeTerminateToConfigurations": [
  132. "Attach to Local Service"
  133. ],
  134. "presentation": {
  135. "group": "all",
  136. "hidden": true
  137. },
  138. "internalConsoleOptions": "neverOpen"
  139. },
  140. {
  141. "name": "Attach to Frontend in the Microsoft 365 app (Chrome)",
  142. "type": "chrome",
  143. "request": "launch",
  144. "url": "https://www.office.com/m365apps/${{local:M365_APP_ID}}?auth=2&${account-hint}",
  145. "cascadeTerminateToConfigurations": [
  146. "Attach to Local Service"
  147. ],
  148. "presentation": {
  149. "group": "all",
  150. "hidden": true
  151. },
  152. "internalConsoleOptions": "neverOpen"
  153. },
  154. {
  155. "name": "Attach to Local Service",
  156. "type": "node",
  157. "request": "attach",
  158. "port": 9239,
  159. "restart": true,
  160. "presentation": {
  161. "group": "all",
  162. "hidden": true
  163. },
  164. "internalConsoleOptions": "neverOpen"
  165. }
  166. ],
  167. "compounds": [
  168. {
  169. "name": "Debug in Teams (Edge)",
  170. "configurations": [
  171. "Attach to Frontend in Teams (Edge)",
  172. "Attach to Local Service"
  173. ],
  174. "preLaunchTask": "Start Teams App Locally",
  175. "presentation": {
  176. "group": "group 1: Teams",
  177. "order": 1
  178. },
  179. "stopAll": true
  180. },
  181. {
  182. "name": "Debug in Teams (Chrome)",
  183. "configurations": [
  184. "Attach to Frontend in Teams (Chrome)",
  185. "Attach to Local Service"
  186. ],
  187. "preLaunchTask": "Start Teams App Locally",
  188. "presentation": {
  189. "group": "group 1: Teams",
  190. "order": 2
  191. },
  192. "stopAll": true
  193. },
  194. {
  195. "name": "Debug in Outlook (Edge)",
  196. "configurations": [
  197. "Attach to Frontend in Outlook (Edge)",
  198. "Attach to Local Service"
  199. ],
  200. "preLaunchTask": "Start Teams App Locally",
  201. "presentation": {
  202. "group": "group 2: Outlook",
  203. "order": 1
  204. },
  205. "stopAll": true
  206. },
  207. {
  208. "name": "Debug in Outlook (Chrome)",
  209. "configurations": [
  210. "Attach to Frontend in Outlook (Chrome)",
  211. "Attach to Local Service"
  212. ],
  213. "preLaunchTask": "Start Teams App Locally",
  214. "presentation": {
  215. "group": "group 2: Outlook",
  216. "order": 2
  217. },
  218. "stopAll": true
  219. },
  220. {
  221. "name": "Debug in the Microsoft 365 app (Edge)",
  222. "configurations": [
  223. "Attach to Frontend in the Microsoft 365 app (Edge)",
  224. "Attach to Local Service"
  225. ],
  226. "preLaunchTask": "Start Teams App Locally",
  227. "presentation": {
  228. "group": "group 3: the Microsoft 365 app",
  229. "order": 1
  230. },
  231. "stopAll": true
  232. },
  233. {
  234. "name": "Debug in the Microsoft 365 app (Chrome)",
  235. "configurations": [
  236. "Attach to Frontend in the Microsoft 365 app (Chrome)",
  237. "Attach to Local Service"
  238. ],
  239. "preLaunchTask": "Start Teams App Locally",
  240. "presentation": {
  241. "group": "group 3: the Microsoft 365 app",
  242. "order": 2
  243. },
  244. "stopAll": true
  245. }
  246. ]
  247. }