launch.json 221 B

123456789101112
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "chrome",
  6. "request": "launch",
  7. "name": "Vue debugger",
  8. "url": "http://localhost:3200",
  9. "webRoot": "${workspaceFolder}"
  10. }
  11. ]
  12. }