{ // 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": [ { "name": "Launch server", "request": "launch", "runtimeArgs": ["dev"], "runtimeExecutable": "pnpm", "skipFiles": ["/**"], "type": "node", "console": "integratedTerminal" }, { "type": "chrome", "request": "launch", "name": "Launch browser", "url": "http://127.0.0.1:5173", "runtimeExecutable": "/home/bshellnu/.local/share/flatpak/app/org.chromium.Chromium/current/active/files/chromium/chrome", "webRoot": "${workspaceFolder}" } ], "compounds": [ { "name": "Both", "configurations": ["Launch server", "Launch browser"] } ] }