Skip to content

Commit fcc1772

Browse files
chore: Align code/src/vs/platform/window/electron-main/window.ts with upstream
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
1 parent 296bf68 commit fcc1772

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

  • code/src/vs/platform/window/electron-main

code/src/vs/platform/window/electron-main/window.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,5 +197,10 @@ export const enum WindowError {
197197
/**
198198
* Maps to the `did-fail-load` event on a `WebContents`.
199199
*/
200-
LOAD = 3
200+
LOAD = 3,
201+
202+
/**
203+
* Maps to the `responsive` event on a `BrowserWindow`.
204+
*/
205+
RESPONSIVE = 4,
201206
}

0 commit comments

Comments
 (0)