You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This started to fail recently with updating to latest Electron 7 on macOS only (build failure):
1) window namespace tests active editor not always correct... #49125:
AssertionError [ERR_ASSERTION] [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(vscode_1.window.activeTextEditor === editorA)
+ expected - actual
-false
+true
at Context.<anonymous> (/Users/runner/runners/2.163.1/work/1/s/extensions/vscode-api-tests/src/singlefolder-tests/window.test.ts:155:4)
at processTicksAndRejections (internal/process/task_queues.js:89:5)