Skip to content

Commit 0903c5f

Browse files
committed
chore: fix formatting
1 parent ee34be1 commit 0903c5f

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.vscode/launch.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"configurations": [
3-
{
4-
"name": "Wrangler",
5-
"type": "node",
6-
"request": "attach",
7-
"port": 9229,
8-
"cwd": "/",
9-
"resolveSourceMapLocations": null,
10-
"attachExistingChildren": false,
11-
"autoAttachChildProcesses": false,
12-
"sourceMaps": true // works with or without this line
13-
}
14-
]
15-
}
2+
"configurations": [
3+
{
4+
"name": "Wrangler",
5+
"type": "node",
6+
"request": "attach",
7+
"port": 9229,
8+
"cwd": "/",
9+
"resolveSourceMapLocations": null,
10+
"attachExistingChildren": false,
11+
"autoAttachChildProcesses": false,
12+
"sourceMaps": true // works with or without this line
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)