We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93abad0 commit 97833e2Copy full SHA for 97833e2
.vscode/launch.json
@@ -10,8 +10,8 @@
10
"webRoot": "${workspaceRoot}",
11
12
//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"
+ //This way, other running chrome instances won't prevent remote debugging from running.
+ "userDataDir": "C:\\temp\\chrome-dev-instance"
15
},
16
{
17
"name": "Attach to Chrome, with sourcemaps",
0 commit comments