Guest User

Untitled

a guest
Jun 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. "runtimeExecutable": "/usr/bin/chromium-browser"
  2.  
  3. "runtimeExecutable": "snap run chromium"
  4.  
  5. {
  6. "version": "0.2.0",
  7. "configurations": [
  8. {
  9. "type": "chrome",
  10. "request": "launch",
  11. "name": "Launch Chrome against localhost",
  12. "url": "http://localhost:3000/#",
  13. "webRoot": "${workspaceFolder}",
  14. "runtimeExecutable": "snap run chromium",
  15. "runtimeArgs": [
  16. "--new-window",
  17. "-user-data-dir="/${workspaceFolder}/DevProfile"",
  18. "--remote-debugging-port=9222",
  19. "--disable-background-networking"
  20. ]
  21. }
  22. ]
  23. }
Add Comment
Please, Sign In to add comment