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

add Terminal to shell plugin settings #2045

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

ThinkSalat
Copy link

fixes #2043

Adds Terminal to the list of shells available for running shell commands.

@@ -36,6 +36,7 @@ public enum Shell
Cmd = 0,
Powershell = 1,
RunCommand = 2,
Terminal = 3,
Copy link
Sponsor Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Would it make sense for this to be named Windows Terminal ?
  2. Do we need translations for this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's just called Terminal, and flow launcher is windows only, so I don't think the distinction is necessary. As for translations, the other options aren't translated, so it kind of be adding too much responsibility to this PR.

Copy link
Contributor

@VictoriousRaptor VictoriousRaptor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I test it I got the following error
图片

@ThinkSalat
Copy link
Author

When I test it I got the following error 图片

Looking into it

@jjw24 jjw24 added the enhancement New feature or request label Apr 16, 2023
@jjw24 jjw24 added this to the 1.15.0 milestone Apr 16, 2023
@VictoriousRaptor
Copy link
Contributor

Related to #1116

@jjw24 jjw24 modified the milestones: 1.15.0, Future May 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[open shell commands in new terminal tab]
4 participants