hide shared process window

This commit is contained in:
Joao Moreno
2017-03-03 16:44:03 +01:00
parent cc59bf8e3d
commit 545484b6d0

View File

@@ -24,8 +24,8 @@ export class SharedProcess {
const url = `${require.toUrl('vs/code/electron-browser/sharedProcess.html')}?config=${encodeURIComponent(JSON.stringify(config))}`;
this.window.loadURL(url);
this.window.webContents.openDevTools();
// this.window.hide();
// this.window.webContents.openDevTools();
this.window.hide();
// Prevent the window from dying
this.window.on('close', e => {