mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-10 05:28:19 -05:00
remove one any use
This commit is contained in:
@@ -44,7 +44,7 @@ export class ElectronIntegration {
|
||||
public integrate(shellContainer: HTMLElement): void {
|
||||
|
||||
// Register the active window
|
||||
let activeWindow:any = this.instantiationService.createInstance(win.ElectronWindow, remote.getCurrentWindow(), shellContainer);
|
||||
let activeWindow = this.instantiationService.createInstance(win.ElectronWindow, remote.getCurrentWindow(), shellContainer);
|
||||
this.windowService.registerWindow(activeWindow);
|
||||
|
||||
// Support runAction event
|
||||
|
||||
Reference in New Issue
Block a user