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

don't show welcome view when web extension terminal is created #136327

Merged
merged 5 commits into from
Nov 4, 2021

Conversation

meganrogge
Copy link
Contributor

@meganrogge meganrogge commented Nov 3, 2021

No description provided.

@meganrogge meganrogge self-assigned this Nov 3, 2021
@meganrogge meganrogge added this to the November 2021 milestone Nov 3, 2021
@@ -2112,10 +2114,6 @@ export function refreshTerminalActions(detectedProfiles: ITerminalProfile[]) {
const terminalService = accessor.get(ITerminalService);
const terminalProfileService = accessor.get(ITerminalProfileService);

if (!terminalService.isProcessSupportRegistered) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is already covered by the precondition

@meganrogge meganrogge merged commit 2f1e5cb into main Nov 4, 2021
@meganrogge meganrogge deleted the merogge/web-terminal branch November 4, 2021 00:00
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant