{ "version": "0.2.0", "configurations": [ { "type": "pwa-chrome", "request": "launch", "name": "Chrome Debug 5173", "url": "http://localhost:5173", "webRoot": "${workspaceFolder}/ai_animation/", "sourceMapPathOverrides": { "http://localhost:5173/*": "${webRoot}/*" }, "runtimeArgs": [ "--remote-debugging-port=9223" ], "sourceMaps": true } ] }