Skip to content

Commit

Permalink
build: add outlook profile
Browse files Browse the repository at this point in the history
  • Loading branch information
huimiu committed Sep 18, 2023
1 parent 0998130 commit d481e66
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 0 deletions.
76 changes: 76 additions & 0 deletions templates/js/message-extension-copilot/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down
76 changes: 76 additions & 0 deletions templates/ts/message-extension-copilot/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit d481e66

Please sign in to comment.