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 new terminal link text for tunnels #114033

Merged
merged 2 commits into from Jan 8, 2021
Merged

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Jan 8, 2021

Fixes microsoft/vscode-internalbacklog#1709

@alexr00 alexr00 requested a review from Tyriar January 8, 2021 12:50
@alexr00 alexr00 self-assigned this Jan 8, 2021
Copy link
Member

@Tyriar Tyriar left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@@ -229,6 +231,13 @@ export class TerminalLinkManager extends DisposableStore {
}
}

let fallbackLabel: string;
if (this._tunnelService.canTunnel(URI.parse(uri))) {
fallbackLabel = nls.localize('followForwardedLink', "Follow Link for Forwarded Port");
Copy link
Member

Choose a reason for hiding this comment

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

Suggestion:

Follow Forwarded Port Link

or

Follow Link using Forwarded Port

Copy link
Member Author

Choose a reason for hiding this comment

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

Going with "Follow Link using Forwarded Port" since I find it more descriptive.

@Tyriar Tyriar added this to the January 2021 milestone Jan 8, 2021
@alexr00 alexr00 merged commit 2042a0e into master Jan 8, 2021
@alexr00 alexr00 deleted the alexr00/terminalLinkText2 branch January 8, 2021 14:15
@github-actions github-actions bot locked and limited conversation to collaborators Feb 22, 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

2 participants