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

FR: Select Terminal for command to run in #21

Open
bwees opened this issue Jan 18, 2021 · 3 comments
Open

FR: Select Terminal for command to run in #21

bwees opened this issue Jan 18, 2021 · 3 comments

Comments

@bwees
Copy link

bwees commented Jan 18, 2021

Would it be possible to add a feature to select what terminal the command should be run in? I have my react-native packager in one terminal and then I have another for other commands. I would like to run packager specific commands in the packager terminal and other commands in another terminal. I would imagine you select the terminal by the index in the terminal dropdown.

Thanks!

@nicollasricas
Copy link
Owner

nicollasricas commented Jan 19, 2021

Hi,

Could you share more insight into the workflow? It's possible, but could you guarantee the creation order?

I've added a new parameter into "terminal command" which determines whether the command is indeterminate. If yes, then in the next command execution, it will automatically create another terminal.

Maybe this is what you are trying to achieve? nicollasricas/decks-vscode#2 (comment)

The update will be released soon.

@bwees
Copy link
Author

bwees commented Jan 19, 2021 via email

@bwees
Copy link
Author

bwees commented Jan 19, 2021

If it is easier, maybe you just make an action to switch to the terminal if that API endpoint is present. You could then just do a multi action and have it switch then run the terminal command

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