-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Terminal actions need cleanup #7302
Comments
It's standard to have View: prefixed for actions in the view menu. |
Yeah I see the
|
I see you confused yourself there 😄 Maybe you should pose the question to the rest of the team in slack or something, this is how it's done now and I agree it's a bit ugly. |
Shouldn't we not try to address this issue by starting to consolidate the two Terminal types in VS Code first? I propose to have only one "Terminal" in VS Code. This can be either opened from the Explorer's "Open in Terminal" action (which does a 'cd' to the selected folder) or with a global "Open Terminal" action (which opens the terminal at the project root). Whether this Terminal is a 'System Terminal' or the 'Integrated Terminal' can be controlled via a setting. |
@weinand I was initially opposed to that idea, but I think my aversion to it was due to multiple terminals not being supported which should come in June 👍 |
As far as commands go I am in favor of @joaomoreno's later suggestion. Terminal: Open System Terminal Personal preference based on how I search for commands and what I would expect. Also 👍 on @weinand's consolidation suggestion. |
I'm proposing the following, all commands start in
Notes:
Also regarding the external terminal, I think it would be better to just hijack the keybinding from it and leave the command there in case people want it. That is more flexible and feels less messy to me than having a toggle switch in settings. |
Actually the above has some issues:
|
I find it hard to figure out what to do when typing
>terminal
in the command prompt:Maybe something more like this?
Or, with the category sections:
The text was updated successfully, but these errors were encountered: