mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 17:22:20 -05:00
* Merge from vscode 504f934659740e9d41501cad9f162b54d7745ad9 * delete unused folders * distro * Bump build node version * update chokidar * FIx hygiene errors * distro * Fix extension lint issues * Remove strict-vscode * Add copyright header exemptions * Bump vscode-extension-telemetry to fix webpacking issue with zone.js * distro * Fix failing tests (revert marked.js back to current one until we decide to update) * Skip searchmodel test * Fix mac build * temp debug script loading * Try disabling coverage * log error too * Revert "log error too" This reverts commit af0183e5d4ab458fdf44b88fbfab9908d090526f. * Revert "temp debug script loading" This reverts commit 3d687d541c76db2c5b55626c78ae448d3c25089c. * Add comments explaining coverage disabling * Fix ansi_up loading issue * Merge latest from ads * Use newer option * Fix compile * add debug logging warn * Always log stack * log more * undo debug * Update to use correct base path (+cleanup) * distro * fix compile errors * Remove strict-vscode * Fix sql editors not showing * Show db dropdown input & fix styling * Fix more info in gallery * Fix gallery asset requests * Delete unused workflow * Fix tapable resolutions for smoke test compile error * Fix smoke compile * Disable crash reporting * Disable interactive Co-authored-by: ADS Merger <karlb@microsoft.com>
31 lines
2.8 KiB
JSON
31 lines
2.8 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 newlines inside paragraphs.",
|
|
"markdown.preview.linkify": "Enable or disable conversion of URL-like text to links in the Markdown preview.",
|
|
"markdown.preview.typographer": "Enable or disable some language-neutral replacement and quotes beautification 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.title": "Open Preview",
|
|
"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",
|
|
"configuration.markdown.preview.openMarkdownLinks.description": "Controls how links to other Markdown files in the Markdown preview should be opened.",
|
|
"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.links.openLocation.description": "Controls where links in Markdown files should be opened.",
|
|
"configuration.markdown.links.openLocation.currentGroup": "Open links in the active editor group.",
|
|
"configuration.markdown.links.openLocation.beside": "Open links beside the active editor.",
|
|
"workspaceTrust": "Required for loading styles configured in the workspace."
|
|
}
|