{ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "Attach by Process ID", "processId": "${command:PickProcess}", "request": "attach", "skipFiles": ["/**"], "type": "node" }, { "name": "Attach to vite", "port": 5174, "request": "attach", "skipFiles": ["/**"], "type": "node" }, { "name": "fe-server", "type": "node", "request": "launch", "cwd": "${workspaceRoot}/packages/tres", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--preserve-symlinks"] } ] }