{ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chromium localhost", "url": "http://localhost:4200", "webRoot": "${workspaceFolder}", "runtimeExecutable": "/usr/bin/chromium", "runtimeArgs": [ "--new-window", "--disable-background-networking" ] } ] }