mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
* Fix for #26659. Clicking on a local file link will open up the editor on a separate editor group (new or reuse existing one). * Fix for #26659: Add way to open Markdown links in a different editor group Adding "markdown.editor.openMarkdownLinks" setting to specify where links to markdown files should open (current editor group by default).
This commit is contained in:
committed by
Matt Bierner
parent
db9733d1e3
commit
c307d73664
@@ -23,5 +23,8 @@
|
||||
"markdown.preview.toggleLock.title": "Toggle Preview Locking",
|
||||
"configuration.markdown.preview.openMarkdownLinks.description": "How should clicking on links to markdown files be handled in the preview.",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inEditor": "Try to open links in the editor",
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the markdown preview"
|
||||
}
|
||||
"configuration.markdown.preview.openMarkdownLinks.inPreview": "Try to open links in the markdown preview",
|
||||
"configuration.markdown.editor.openMarkdownLinks.description": "How following links to markdown files be handled in the editor.",
|
||||
"configuration.markdown.editor.openMarkdownLinks.inCurrentGroup": "Try to open links in the current editor group",
|
||||
"configuration.markdown.editor.openMarkdownLinks.openToSide": "Try to open links to the Side"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user