Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute mullti-command when focus on terminal view? #75

Open
eret9616 opened this issue Mar 10, 2023 · 1 comment
Open

Execute mullti-command when focus on terminal view? #75

eret9616 opened this issue Mar 10, 2023 · 1 comment

Comments

@eret9616
Copy link

I've set "ctrl + end" to execute this multicommand sequence,
enter image description here

enter image description here

When I focus on the terminal view, executing the command will output some characters in the terminal,not execute the actual command, how can I execute the command even in I'm focus on terminal view?
enter image description here

@ryuta46
Copy link
Owner

ryuta46 commented Mar 12, 2023

Did you try terminal.integrated.commandsToSkipShell setting?

https://code.visualstudio.com/docs/terminal/advanced#_keybinding-and-the-shell

I guess #22 is a similar problem.

    "terminal.integrated.commandsToSkipShell": [
        "extension.multiCommand.execute",
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants