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

Added special handling of link over tooltip for DOM renderer #59060

Merged
merged 3 commits into from Sep 21, 2018

Conversation

alexr00
Copy link
Member

@alexr00 alexr00 commented Sep 20, 2018

Fixes #50128

) {
const baseLocalLinkClause = _platform === platform.Platform.Windows ? winLocalLinkClause : unixLocalLinkClause;
// Append line and column number regex
this._localLinkPattern = new RegExp(`${baseLocalLinkClause}(${lineAndColumnClause})`);
this.registerWebLinkHandler();
this.registerLocalLinkHandler();
this._configHelper = instantiationService.createInstance(TerminalConfigHelper);
Copy link
Member

Choose a reason for hiding this comment

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

You'll want to use ITerminalService.configHelper to access this as it's shared between everything.

@Tyriar Tyriar added this to the September 2018 milestone Sep 20, 2018
@alexr00 alexr00 merged commit 47ec1a6 into master Sep 21, 2018
@alexr00 alexr00 deleted the alexr00/domLinkHandling branch September 21, 2018 21:32
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
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.

Terminal link tooltip location is wrong under the DOM renderer
2 participants