mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
fix test --debug after electron adoption
This commit is contained in:
@@ -132,7 +132,7 @@ app.on('ready', () => {
|
||||
win.webContents.on('did-finish-load', () => {
|
||||
if (argv.debug) {
|
||||
win.show();
|
||||
win.webContents.openDevTools('right');
|
||||
win.webContents.openDevTools({ mode: 'right' });
|
||||
}
|
||||
win.webContents.send('run', argv);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user