Skip to content

Commit db32e40

Browse files
committed
add remote debugging port to command line switches
1 parent 4e06e1f commit db32e40

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,9 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
225225
'disable-lcd-text',
226226

227227
// bypass any specified proxy for the given semi-colon-separated list of hosts
228-
'proxy-bypass-list'
228+
'proxy-bypass-list',
229+
230+
'remote-debugging-port'
229231
];
230232

231233
if (process.platform === 'linux') {
@@ -249,7 +251,7 @@ function configureCommandlineSwitchesSync(cliArgs: NativeParsedArgs) {
249251
'use-inmemory-secretstorage',
250252

251253
// Enables display tracking to restore maximized windows under RDP: https://github.com/electron/electron/issues/47016
252-
'enable-rdp-display-tracking'
254+
'enable-rdp-display-tracking',
253255
];
254256

255257
// Read argv config

0 commit comments

Comments
 (0)