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

Closed
opened 2026-01-31 08:05:36 +00:00 by claunia · 1 comment
Owner

Originally created by @jazzdelightsme on GitHub (Aug 28, 2024).

Originally assigned to: @PankajBhojwani on GitHub.

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. :(

Originally created by @jazzdelightsme on GitHub (Aug 28, 2024). Originally assigned to: @PankajBhojwani on GitHub. ### 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. :(
claunia added the Area-SettingsIssue-BugIn-PRNeeds-Tag-FixProduct-Terminal labels 2026-01-31 08:05:37 +00:00
Author
Owner

@jazzdelightsme commented on GitHub (Aug 28, 2024):

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.

@jazzdelightsme commented on GitHub (Aug 28, 2024): BTW, this may depend on having the `experimental.enableColorSlection` feature enabled. I have this in my settings.json: ```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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#22177