mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
api: implementation of proposed window activity API (#182563)
* api: implementation of proposed window activity API For #181569 * fix build * fix build more * add cell activity per @rebornix
This commit is contained in:
@@ -684,7 +684,7 @@ export function createApiFactoryAndRegisterActors(accessor: ServicesAccessor): I
|
||||
return extHostTerminalService.onDidWriteTerminalData(listener, thisArg, disposables);
|
||||
},
|
||||
get state() {
|
||||
return extHostWindow.state;
|
||||
return extHostWindow.getState(extension);
|
||||
},
|
||||
onDidChangeWindowState(listener, thisArg?, disposables?) {
|
||||
return extHostWindow.onDidChangeWindowState(listener, thisArg, disposables);
|
||||
|
||||
Reference in New Issue
Block a user