Appearance
在 .vscode 添加 launch.json:
.vscode
launch.json
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch my cool app", "url": "http://localhost:5222" } ] }