mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
26 lines
2.5 KiB
JSON
26 lines
2.5 KiB
JSON
{
|
|
"displayName": "Markdown Language Features",
|
|
"description": "Provides rich language support for Markdown.",
|
|
"markdown.preview.breaks.desc": "Sets how line-breaks are rendered in the markdown preview. Setting it to 'true' creates a <br> for every newline.",
|
|
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the markdown preview.",
|
|
"markdown.preview.doubleClickToSwitchToEditor.desc": "Double click in the markdown preview to switch to the editor.",
|
|
"markdown.preview.fontFamily.desc": "Controls the font family used in the markdown preview.",
|
|
"markdown.preview.fontSize.desc": "Controls the font size in pixels used in the markdown preview.",
|
|
"markdown.preview.lineHeight.desc": "Controls the line height used in the markdown preview. This number is relative to the font size.",
|
|
"markdown.preview.markEditorSelection.desc": "Mark the current editor selection in the markdown preview.",
|
|
"markdown.preview.scrollEditorWithPreview.desc": "When a markdown preview is scrolled, update the view of the editor.",
|
|
"markdown.preview.scrollPreviewWithEditor.desc": "When a markdown editor is scrolled, update the view of the preview.",
|
|
"markdown.preview.scrollPreviewWithEditorSelection.desc": "[Deprecated] Scrolls the markdown preview to reveal the currently selected line from the editor.",
|
|
"markdown.preview.scrollPreviewWithEditorSelection.deprecationMessage": "This setting has been replaced by 'markdown.preview.scrollPreviewWithEditor' and no longer has any effect.",
|
|
"markdown.preview.title" : "Open Preview",
|
|
"markdown.previewFrontMatter.dec": "Sets how YAML front matter should be rendered in the markdown preview. 'hide' removes the front matter. Otherwise, the front matter is treated as markdown content.",
|
|
"markdown.previewSide.title" : "Open Preview to the Side",
|
|
"markdown.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
|
|
"markdown.showSource.title" : "Show Source",
|
|
"markdown.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the markdown preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the markdown file. All '\\' need to be written as '\\\\'.",
|
|
"markdown.showPreviewSecuritySelector.title": "Change Preview Security Settings",
|
|
"markdown.trace.desc": "Enable debug logging for the markdown extension.",
|
|
"markdown.preview.refresh.title": "Refresh Preview",
|
|
"markdown.preview.toggleLock.title": "Toggle Preview Locking"
|
|
}
|