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
Downgrade VS Code to 1.93.1 for e2e test compatibility
The e2e tests were failing with NoSuchElementError for .native-edit-context
selector. This appears to be a compatibility issue between VS Code 1.94.2+
and vscode-extension-tester when interacting with the editor DOM.
Downgrading to VS Code 1.93.1 to resolve the issue.
0 commit comments