Skip to content

Commit

Permalink
Removed previous backend debug config in favour of using the already …
Browse files Browse the repository at this point in the history
…stablish method
  • Loading branch information
sanmont committed Jan 5, 2025
1 parent 4ba9fb4 commit 36e1c98
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,13 @@
"request": "launch",
"cwd": "${workspaceFolder}",
"runtimeExecutable": "pnpm",
"args": ["start"]
},
{
"name": "Debug Main Process",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite",
"windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron-vite.cmd"
},
"runtimeArgs": ["--sourcemap"],
"args": ["start"],
"env": {
"REMOTE_DEBUGGING_PORT": "9222"
}
},
{
"name": "Debug Renderer Process",
"name": "Debug Frontend Process",
"port": 9222,
"request": "attach",
"type": "chrome",
Expand All @@ -38,7 +27,7 @@
"compounds": [
{
"name": "Debug All",
"configurations": ["Debug Main Process", "Debug Renderer Process"],
"configurations": ["Launch Heroic (HMR & HR)", "Debug Frontend Process"],
"presentation": {
"order": 1
}
Expand Down

0 comments on commit 36e1c98

Please sign in to comment.