Skip to content

Commit bc42333

Browse files
authored
api: update onDidChangeWindowState wording (microsoft#211184)
1 parent 9e19746 commit bc42333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10456,7 +10456,7 @@ declare module 'vscode' {
1045610456
export const state: WindowState;
1045710457

1045810458
/**
10459-
* An {@link Event} which fires when the focus state of the current window
10459+
* An {@link Event} which fires when the focus or activity state of the current window
1046010460
* changes. The value of the event represents whether the window is focused.
1046110461
*/
1046210462
export const onDidChangeWindowState: Event<WindowState>;

0 commit comments

Comments
 (0)