launch.json 521 B

12345678910111213141516
  1. // Use IntelliSense to learn about possible attributes.
  2. // Hover to view descriptions of existing attributes.
  3. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  4. {
  5. "version": "0.2.0",
  6. "configurations": [
  7. {
  8. "name": "Launch Chrome 127.0.0.1",
  9. "type": "chrome",
  10. "request": "launch",
  11. "port": 9276,
  12. "webRoot": "${workspaceFolder}",
  13. "url": "http://127.0.0.1:50939/p/kede-server/src/main/webapp/WEB-INF/views/common.html?_cmAuth\u003dxdspwawfnr"
  14. }
  15. ]
  16. }