{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:5173", "webRoot": "${workspaceFolder}", }, { "type": "msedge", "request": "launch", "name": "Launch Edge against localhost", "url": "http://localhost:5173", "webRoot": "${workspaceFolder}", }, { "type": "chrome", "request": "launch", "name": "Launch Brave against localhost", "url": "http://localhost:5173", "webRoot": "${workspaceFolder}", "runtimeExecutable": "C:\\Program Files\\BraveSoftware\\Brave-Browser\\Application\\brave.exe" }, { "type": "chrome", "request": "launch", "name": "Launch Thorium against localhost", "url": "http://localhost:5173", "webRoot": "${workspaceFolder}", "runtimeExecutable": "/bin/thorium-browser" } ] }