Skip to content

Commit 29ed9ef

Browse files
committed
Merge branch 'yo-office-prerelease' into yo-office
2 parents d732229 + c7be8c4 commit 29ed9ef

File tree

5 files changed

+11992
-1226
lines changed

5 files changed

+11992
-1226
lines changed

.vscode/launch.json

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -74,34 +74,6 @@
7474
"postDebugTask": "Stop Debug"
7575
},
7676
{
77-
"name": "Office Online (Chrome)",
78-
"type": "chrome",
79-
"request": "launch",
80-
// To debug your Add-in:
81-
// 1. When prompted, enter the url (share link) to an Office Online document.
82-
// 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
83-
"url": "${input:officeOnlineDocumentUrl}",
84-
"webRoot": "${workspaceFolder}",
85-
"preLaunchTask": "Debug: Web"
86-
},
87-
{
88-
"name": "Office Online (Edge Chromium)",
89-
"type": "msedge",
90-
"request": "launch",
91-
"port": 9222,
92-
// To debug your Add-in:
93-
// 1. When prompted, enter the url (share link) to an Office Online document.
94-
// 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
95-
"url": "${input:officeOnlineDocumentUrl}",
96-
"webRoot": "${workspaceFolder}",
97-
"preLaunchTask": "Debug: Web"
98-
}
99-
],
100-
"inputs": [
101-
{
102-
"id": "officeOnlineDocumentUrl",
103-
"type": "promptString",
104-
"description": "Please enter the url for the Office Online document."
10577
}
10678
]
10779
}

.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)