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
Have a keybind with a when expression which is not supposed to trigger when an input element has focus, such as the following: !editorTextFocus && !inputFocus || editorTextFocus && vim.active && vim.mode == 'Normal'
Place the cursor into the "title" or "comment" sections of the "Create" panel when making a pull request
Press the keybind
Observe that the keybind is triggered
I was unable to use the "View Context Keys" developer tool action to view the context keys that were set on this panel so as to update my when expression - it highlighted the panel but didn't change to a "+" to allow selection. Additionally, my normal vim input bindings do not function in these inputs, it would be great if that could be fully functional. I have "open file..." bound to the spacebar due to Vim, so it is not possible to write PR titles/descriptions at present.
Can't 100% confirm if this worked before. I've been only recently using the plugin and am not 100% certain I've actually updated the title/description in this widget before. I feel like I must have, though.
Extension version: 0.104.1
VS Code version: Code 1.97.2 (Universal) (e54c774e0add60467559eb0d1e229c6452cf8447, 2025-02-12T23:20:35.343Z)
OS version: Darwin arm64 24.3.0
Modes:
Type: Bug
when
expression which is not supposed to trigger when an input element has focus, such as the following:!editorTextFocus && !inputFocus || editorTextFocus && vim.active && vim.mode == 'Normal'
I was unable to use the "View Context Keys" developer tool action to view the context keys that were set on this panel so as to update my
when
expression - it highlighted the panel but didn't change to a "+" to allow selection. Additionally, my normal vim input bindings do not function in these inputs, it would be great if that could be fully functional. I have "open file..." bound to the spacebar due to Vim, so it is not possible to write PR titles/descriptions at present.Can't 100% confirm if this worked before. I've been only recently using the plugin and am not 100% certain I've actually updated the title/description in this widget before. I feel like I must have, though.
Extension version: 0.104.1
VS Code version: Code 1.97.2 (Universal) (e54c774e0add60467559eb0d1e229c6452cf8447, 2025-02-12T23:20:35.343Z)
OS version: Darwin arm64 24.3.0
Modes:
A/B Experiments
The text was updated successfully, but these errors were encountered: