Skip to content

Commit

Permalink
launch.json - skipFiles
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Aug 16, 2023
1 parent b01e2e7 commit 086576b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
17 changes: 5 additions & 12 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
{
"name": "Debug App",
"preLaunchTask": "Before Debug",
"configurations": [
"Debug Main Process",
"Debug Renderer Process"
],
"configurations": ["Debug Main Process", "Debug Renderer Process"],
"presentation": {
"hidden": false,
"group": "",
Expand All @@ -28,11 +25,7 @@
"windows": {
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
},
"runtimeArgs": [
"--no-sandbox",
"--remote-debugging-port=9229",
"."
],
"runtimeArgs": ["--no-sandbox", "--remote-debugging-port=9229", "."],
"envFile": "${workspaceFolder}/.vscode/.debug.env",
"console": "integratedTerminal"
},
Expand All @@ -47,8 +40,8 @@
"${workspaceRoot}/node_modules/**",
"${workspaceRoot}/dist-electron/**",
// Skip files in host(VITE_DEV_SERVER_URL)
"http://127.0.0.1:7777/**"
"http://127.0.0.1:8469/**"
]
},
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@
"vite-plugin-electron-renderer": "^0.14.1",
"vite-plugin-static-copy": "0.16.0"
}
}
}

0 comments on commit 086576b

Please sign in to comment.