File tree Expand file tree Collapse file tree 2 files changed +0
-36
lines changed
Expand file tree Collapse file tree 2 files changed +0
-36
lines changed Original file line number Diff line number Diff line change 125125 "webRoot" : " ${workspaceRoot}" ,
126126 "preLaunchTask" : " Debug: Word Desktop" ,
127127 "postDebugTask" : " Stop Debug"
128- },
129- {
130- "name" : " Office Online (Chrome)" ,
131- "type" : " chrome" ,
132- "request" : " launch" ,
133- "webRoot" : " ${workspaceFolder}" ,
134- "preLaunchTask" : " Debug: Web"
135- },
136- {
137- "name" : " Office Online (Edge Chromium)" ,
138- "type" : " msedge" ,
139- "request" : " launch" ,
140- "port" : 9222 ,
141- "webRoot" : " ${workspaceFolder}" ,
142- "preLaunchTask" : " Debug: Web"
143128 }
144129 ]
145130}
Original file line number Diff line number Diff line change 6868 },
6969 "problemMatcher" : []
7070 },
71- {
72- // To debug your Add-in:
73- // 1. When prompted, enter the url (share link) to an Office Online document.
74- // 2. Sideload your Add-in. https://docs.microsoft.com/en-us/office/dev/add-ins/testing/sideload-office-add-ins-for-testing
75- "label" : " Debug: Web" ,
76- "type" : " npm" ,
77- "script" : " start:web -- --document ${input:officeOnlineDocumentUrl}" ,
78- "presentation" : {
79- "clear" : true ,
80- "panel" : " shared" ,
81- "showReuseMessage" : false
82- },
83- "problemMatcher" : []
84- },
8571 {
8672 "label" : " Dev Server" ,
8773 "type" : " npm" ,
140126 },
141127 "problemMatcher" : []
142128 },
143- ],
144- "inputs" : [
145- {
146- "id" : " officeOnlineDocumentUrl" ,
147- "type" : " promptString" ,
148- "description" : " Please enter the url for the Office Online document."
149- }
150129 ]
151130}
You can’t perform that action at this time.
0 commit comments