eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.84k stars 2.48k forks source link

[vscode] Support WindowState active boolean introduced in VS Code 1.89 #13692

Closed rschnekenbu closed 3 months ago

rschnekenbu commented 3 months ago

API Interface WindowState has a new boolean property active:

/**
 * Whether the window has been interacted with recently. This will change
 * immediately on activity, or after a short time of user inactivity.
 */
readonly active: boolean;

This was implemented as a proposed API in VS Code, but not supported in previous versions of Theia.