Skip to content

Commit 637ab23

Browse files
authored
Update debug-in-vscode.md
the right property for the edge chromium is msedge, not edge
1 parent c6ae1fb commit 637ab23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/debug-in-vscode.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
212212
"configurations": [
213213
{
214214
"name": "Local workbench",
215-
"type": "edge",
215+
"type": "msedge",
216216
"request": "launch",
217217
"url": "https://localhost:4321/temp/workbench.html",
218218
"webRoot": "${workspaceRoot}",
@@ -270,7 +270,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
270270
"configurations": [
271271
{
272272
"name": "Local workbench",
273-
"type": "edge",
273+
"type": "msedge",
274274
"request": "launch",
275275
"url": "https://localhost:4321/temp/workbench.html",
276276
"webRoot": "${workspaceRoot}",
@@ -284,7 +284,7 @@ If you're using an older version of SharePoint Framework Yeoman generator or wan
284284
},
285285
{
286286
"name": "Hosted workbench",
287-
"type": "edge",
287+
"type": "msedge",
288288
"request": "launch",
289289
"url": "https://contoso.sharepoint.com/_layouts/workbench.aspx",
290290
"webRoot": "${workspaceRoot}",

0 commit comments

Comments
 (0)