Command Palette and SXNUI wont match sendInput actions with a space in them #21114

Closed
opened 2026-01-31 07:33:32 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (Jan 19, 2024).

Originally assigned to: @zadjii-msft on GitHub.

Add


        {
            "command": 
            {
                "action": "sendInput",
                "input": "git status"
            },
        },

to the settings.

Then, go open the command palette for "git s". Note that the "Send input: git␣status" doesn't match, because '␣' != ' '

Originally created by @zadjii-msft on GitHub (Jan 19, 2024). Originally assigned to: @zadjii-msft on GitHub. Add ```json { "command": { "action": "sendInput", "input": "git status" }, }, ``` to the settings. Then, go open the command palette for "git s". Note that the "Send input: git␣status" doesn't match, because '␣' != ' '
claunia added the Issue-BugIn-PRNeeds-Tag-FixProduct-TerminalArea-Suggestions labels 2026-01-31 07:33:33 +00:00
Author
Owner

@Koopazk commented on GitHub (Jun 5, 2024):

Close

@Koopazk commented on GitHub (Jun 5, 2024): Close
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#21114