We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125f48f commit 98ce5edCopy full SHA for 98ce5ed
.vscode/launch.json
@@ -4,8 +4,8 @@
4
{
5
"type": "chrome",
6
"request": "launch",
7
- "name": "针对 localhost 启动 Chrome",
8
- "url": "http://localhost:5173",
+ "name": "127.0.0.1 Debugger",
+ "url": "http://127.0.0.1:5173",
9
"webRoot": "${workspaceFolder}"
10
}
11
]
0 commit comments