Skip to content

Commit 98ce5ed

Browse files
committed
chore: change vscode debugger config
1 parent 125f48f commit 98ce5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{
55
"type": "chrome",
66
"request": "launch",
7-
"name": "针对 localhost 启动 Chrome",
8-
"url": "http://localhost:5173",
7+
"name": "127.0.0.1 Debugger",
8+
"url": "http://127.0.0.1:5173",
99
"webRoot": "${workspaceFolder}"
1010
}
1111
]

0 commit comments

Comments
 (0)