File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
212
212
"configurations": [
213
213
{
214
214
"name": "Local workbench",
215
- "type": "edge ",
215
+ "type": "msedge ",
216
216
"request": "launch",
217
217
"url": "https://localhost:4321/temp/workbench.html",
218
218
"webRoot": "${workspaceRoot}",
@@ -270,7 +270,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
270
270
"configurations": [
271
271
{
272
272
"name": "Local workbench",
273
- "type": "edge ",
273
+ "type": "msedge ",
274
274
"request": "launch",
275
275
"url": "https://localhost:4321/temp/workbench.html",
276
276
"webRoot": "${workspaceRoot}",
@@ -284,7 +284,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
284
284
},
285
285
{
286
286
"name": "Hosted workbench",
287
- "type": "edge ",
287
+ "type": "msedge ",
288
288
"request": "launch",
289
289
"url": "https://contoso.sharepoint.com/_layouts/workbench.aspx",
290
290
"webRoot": "${workspaceRoot}",
You can’t perform that action at this time.
0 commit comments