{ "version": "0.2.0", "configurations": [ { "name": "Launch Vite DEV server", "request": "launch", "runtimeExecutable": "npx", "runtimeArgs": [ "vite", ], "type": "node", "serverReadyAction": { "action": "debugWithChrome", "pattern": "Local: http://localhost:([0-9]+)", "uriFormat": "http://localhost:%s" } } ] }