mirror of
https://github.com/jeffvli/sonixd.git
synced 2025-12-23 22:29:20 -05:00
fix vscode debugging config
This commit is contained in:
8
.vscode/launch.json
vendored
8
.vscode/launch.json
vendored
@@ -1,3 +1,4 @@
|
||||
// See https://github.com/electron-react-boilerplate/electron-react-boilerplate/issues/2757 for details
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
@@ -7,7 +8,12 @@
|
||||
"request": "launch",
|
||||
"protocol": "inspector",
|
||||
"runtimeExecutable": "yarn",
|
||||
"runtimeArgs": ["start:main --inspect=5858 --remote-debugging-port=9223"],
|
||||
"runtimeArgs": [
|
||||
"start:main",
|
||||
"--inspect=5858",
|
||||
"--remote-debugging-port=9223"
|
||||
],
|
||||
|
||||
"preLaunchTask": "Start Webpack Dev"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user