microsoft / terminal

The new Windows Terminal and the original Windows console host, all in the same place!
MIT License
94.88k stars 8.22k forks source link

Updated to 1.22.2362.0, and the “Color selection, foreground” commands are MIA #17819

Closed jazzdelightsme closed 2 weeks ago

jazzdelightsme commented 2 weeks ago

Windows Terminal version

1.22.2362.0

Windows build number

10.0.26277.5000

Other Software

No response

Steps to reproduce

Select some text, open command palette, type "color selection".

Expected Behavior

Expected to see about 20 matching commands: 0-9 for "Color selection, foreground: ..." and 0-9 for "Color selection background: ...".

Actual Behavior

I only see about 10--just the "background" ones.

The color selection background commands work, at least... except the ctrl+shift+0 shortcut does not work. :(

jazzdelightsme commented 2 weeks ago

BTW, this may depend on having the experimental.enableColorSlection feature enabled. I have this in my settings.json:

    "experimental.enableColorSelection": true,

I can't remember if I had to add explicit actions in my settings.json file to map the expected keys to the actions, maybe to make sure that the keybinding for my desired action took precedence over some other built-in action.