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

Fix for #26659. #80227

Merged
merged 2 commits into from
Sep 10, 2019
Merged

Fix for #26659. #80227

merged 2 commits into from
Sep 10, 2019

Conversation

txava
Copy link
Contributor

@txava txava commented Sep 2, 2019

Clicking on a local file link will open up the editor on a separate editor group (new or reuse existing one) as seen in the video (For some reason the mouse pointer is not being recorded but still can an idea on what's happening)

Fixes #26659

Clicking on a  local file link will open up the editor on a separate editor group (new or reuse existing one).
@mjbvz mjbvz added this to the September 2019 milestone Sep 3, 2019
Copy link
Collaborator

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

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

Thanks for taking a look at this. I think we should add a setting to control this behavior, similar to the existing markdown.preview.openMarkdownLinks setting. The default would be top open markdown links in the current group

Let me know if you have any questions about this

…t editor group

Adding "markdown.editor.openMarkdownLinks" setting to specify where
links to markdown files should open (current editor group by default).
@txava
Copy link
Contributor Author

txava commented Sep 10, 2019

@mjbvz Thanks for the review.
Just pushed another commit which adds a setting to control the behavior.

Cheers,
Sal

@mjbvz mjbvz merged commit c307d73 into microsoft:master Sep 10, 2019
@mjbvz
Copy link
Collaborator

mjbvz commented Sep 10, 2019

Thanks! Will be in the next VS Code insiders build and scheduled to be in VS Code 1.39

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.

Add way to open Markdown links in a different editor group
2 participants