Skip to content

Commit 97833e2

Browse files
authored
Update launch.json
Fixed mispelled word 'chrome'
1 parent 93abad0 commit 97833e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"webRoot": "${workspaceRoot}",
1111

1212
//This line is important, since it instructs chrome to run in a separate, sandbox instance.
13-
//This way, other running chrome instances won't prevent remote debugging from running.
14-
"userDataDir": "C:\\temp\\chrom-dev-instance"
13+
//This way, other running chrome instances won't prevent remote debugging from running.
14+
"userDataDir": "C:\\temp\\chrome-dev-instance"
1515
},
1616
{
1717
"name": "Attach to Chrome, with sourcemaps",

0 commit comments

Comments
 (0)