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
It seems verify_wrapper.js fails if some specific platform contexts, like isLinux, are contained in the default keybindings. And that condition meets for VS Code 1.87.0.
Following lines appears in the default keybindings for VS Code 1.87.0 for Linux and Windows.
This is the cause of the failure in CI.
https://github.com/tshino/vscode-kb-macro/actions/workflows/get-default-keybindings.yml
It seems verify_wrapper.js fails if some specific platform contexts, like isLinux, are contained in the default keybindings. And that condition meets for VS Code 1.87.0.
Following lines appears in the default keybindings for VS Code 1.87.0 for Linux and Windows.
This is redundant and unexpected for the script, but it is still valid and the script should not fail.
The text was updated successfully, but these errors were encountered: