Skip to content

Rename "Integrated Console" to "Extension Terminal" #4090

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

Merged
merged 2 commits into from
Jul 25, 2022

Conversation

andyleejordan
Copy link
Member

Resolves #4053.

Specifically we drop "Terminal" for the title in the terminals pane as
that's redundant (and too long for a narrow view). We switching to
"terminal" from "console" to align with VS Code's terminology, and
"PowerShell Extension Terminal" is what was decided in the RFC through
community feedback.
@andyleejordan andyleejordan requested a review from a team July 22, 2022 22:46
@andyleejordan andyleejordan requested a review from a team as a code owner July 22, 2022 22:46
@ghost ghost added Area-Extension Terminal Issue-Enhancement A feature request (enhancement). labels Jul 22, 2022
@andyleejordan
Copy link
Member Author

@JustinGrote did I miss anything?

@JustinGrote
Copy link
Collaborator

@andschwa the most visible occurances of it are covered at least, LGTM

@@ -82,7 +82,7 @@ function Get-Bullets {
'Area-Documentation' = '📖'
'Area-Engine' = '🚂'
'Area-Folding' = '📚'
'Area-Integrated Console' = '📟'
'Area-Extension Terminal' = '📟'
Copy link
Member Author

Choose a reason for hiding this comment

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

I renamed the labels on GitHub too.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You think of everything!

@@ -477,7 +481,7 @@ export class SessionManager implements Middleware {
new PowerShellProcess(
this.PowerShellExeDetails.exePath,
this.bundledModulesPath,
"PowerShell Integrated Console",
"PowerShell Extension",
Copy link
Member Author

Choose a reason for hiding this comment

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

Explicitly no "Terminal" addendum because this is what's displayed in the list of terminals.

Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

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

LGTM!

Truly I just didn't like the ASCII arrows.
@andyleejordan andyleejordan force-pushed the andschwa/rename-terminal branch from 8d2cf9d to 765f658 Compare July 25, 2022 17:02
@andyleejordan andyleejordan enabled auto-merge July 25, 2022 17:05
@andyleejordan andyleejordan merged commit 98467f9 into main Jul 25, 2022
@andyleejordan andyleejordan deleted the andschwa/rename-terminal branch July 25, 2022 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Extension Terminal Issue-Enhancement A feature request (enhancement).
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

RFC: Rename of the extension's Integrated Console
4 participants