api: update onDidChangeWindowState wording (#211184)

This commit is contained in:
Connor Peet 2024-04-23 16:11:25 -07:00 committed by GitHub
parent 9e1974682e
commit bc42333eb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10456,7 +10456,7 @@ declare module 'vscode' {
export const state: WindowState;
/**
* An {@link Event} which fires when the focus state of the current window
* An {@link Event} which fires when the focus or activity state of the current window
* changes. The value of the event represents whether the window is focused.
*/
export const onDidChangeWindowState: Event<WindowState>;