Skip to content

Commit c5ea978

Browse files
authored
fix: remove protocol from launch configuration (#196)
"protocol" is an outdated property of the "node" launch configuration. It is now removed from the generator.
1 parent 67c7469 commit c5ea978

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/launch.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/electron.cmd"
3737
},
3838
"program": "${workspaceRoot}/electron-app/src-gen/<%= params.electronMainLocation %>/electron-main.js",
39-
"protocol": "inspector",
4039
"args": [
4140
"--loglevel=debug",
4241
"--hostname=localhost",
@@ -57,4 +56,4 @@
5756
"outputCapture": "std"
5857
}
5958
]
60-
}
59+
}

0 commit comments

Comments
 (0)