Skip to content

Commit

Permalink
fix: remove protocol from launch configuration (#196)
Browse files Browse the repository at this point in the history
"protocol" is an outdated property of the "node" launch configuration.
It is now removed from the generator.
  • Loading branch information
sdirix authored Jan 22, 2024
1 parent 67c7469 commit c5ea978
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
},
"program": "${workspaceRoot}/electron-app/src-gen/<%= params.electronMainLocation %>/electron-main.js",
"protocol": "inspector",
"args": [
"--loglevel=debug",
"--hostname=localhost",
Expand All @@ -57,4 +56,4 @@
"outputCapture": "std"
}
]
}
}

0 comments on commit c5ea978

Please sign in to comment.