Skip to content

Commit c70fa09

Browse files
committed
Merge branch 'master' into shared-runtime-master
2 parents 452279c + c150423 commit c70fa09

File tree

5 files changed

+11999
-1219
lines changed

5 files changed

+11999
-1219
lines changed

.vscode/launch.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -64,34 +64,6 @@
6464
"postDebugTask": "Stop Debug"
6565
},
6666
{
67-
"name": "Office Online (Chrome)",
68-
"type": "chrome",
69-
"request": "launch",
70-
// To debug your Add-in:
71-
// 1. When prompted, enter the url (share link) to an Office Online document.
72-
// 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
73-
"url": "${input:officeOnlineDocumentUrl}",
74-
"webRoot": "${workspaceFolder}",
75-
"preLaunchTask": "Debug: Web"
76-
},
77-
{
78-
"name": "Office Online (Edge Chromium)",
79-
"type": "msedge",
80-
"request": "launch",
81-
"port": 9222,
82-
// To debug your Add-in:
83-
// 1. When prompted, enter the url (share link) to an Office Online document.
84-
// 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
85-
"url": "${input:officeOnlineDocumentUrl}",
86-
"webRoot": "${workspaceFolder}",
87-
"preLaunchTask": "Debug: Web"
88-
}
89-
],
90-
"inputs": [
91-
{
92-
"id": "officeOnlineDocumentUrl",
93-
"type": "promptString",
94-
"description": "Please enter the url for the Office Online document."
9567
}
9668
]
9769
}

.vscode/tasks.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,6 @@
3838
},
3939
"problemMatcher": []
4040
},
41-
{
42-
"label": "Debug: Web",
43-
"type": "npm",
44-
"script": "start:web",
45-
"presentation": {
46-
"clear": true,
47-
"panel": "shared",
48-
"showReuseMessage": false
49-
},
50-
"problemMatcher": []
51-
},
5241
{
5342
"label": "Dev Server",
5443
"type": "npm",

0 commit comments

Comments
 (0)