Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
Tracked by #13691
rschnekenbu opened this issue May 6, 2024 · 0 comments · Fixed by #13718
Closed
Tracked by #13691

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

rschnekenbu opened this issue May 6, 2024 · 0 comments · Fixed by #13718
Assignees
Labels
vscode issues related to VSCode compatibility

Comments

@rschnekenbu
Copy link
Contributor

rschnekenbu commented May 6, 2024

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.

@rschnekenbu rschnekenbu self-assigned this May 6, 2024
@rschnekenbu rschnekenbu added the vscode issues related to VSCode compatibility label May 6, 2024
rschnekenbu added a commit to eclipsesource/theia that referenced this issue May 16, 2024
fixes eclipse-theia#13692

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue May 27, 2024
fixes eclipse-theia#13692

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue May 28, 2024
fixes eclipse-theia#13692

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
rschnekenbu added a commit to eclipsesource/theia that referenced this issue May 28, 2024
fixes eclipse-theia#13692

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
msujew pushed a commit that referenced this issue May 28, 2024
fixes #13692

contributed on behalf of STMicroelectronics

Signed-off-by: Remi Schnekenburger <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant