launch.json 243 B

1234567891011121314
  1. {
  2. "version": "0.2.0",
  3. "configurations": [
  4. {
  5. "type": "chrome",
  6. "request": "launch",
  7. "name": "vue-mcli",
  8. "url": "http://localhost:9001",
  9. "webRoot": "${workspaceFolder}",
  10. "sourceMaps": true
  11. }
  12. ]
  13. }