-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.nls.json
40 lines (40 loc) · 4.85 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"displayName": "Textile Language Features",
"description": "Rich language support for Textile: synchronized preview, code folding, link to headlines, code blocks syntax highlighting...",
"textile.preview.breaks.desc": "Sets how line-breaks are rendered in the Textile preview. Setting it to 'true' creates a <br> for newlines inside paragraphs.",
"textile.preview.linkify": "Enable or disable conversion of URL-like text to links in the Textile preview.",
"textile.preview.typographer": "Enable or disable some language-neutral replacement and quotes beautification in the Textile preview.",
"textile.preview.doubleClickToSwitchToEditor.desc": "Double click in the Textile preview to switch to the editor.",
"textile.preview.fontFamily.desc": "Controls the font family used in the Textile preview.",
"textile.preview.fontSize.desc": "Controls the font size in pixels used in the Textile preview.",
"textile.preview.lineHeight.desc": "Controls the line height used in the Textile preview. This number is relative to the font size.",
"textile.preview.markEditorSelection.desc": "Mark the current editor selection in the Textile preview.",
"textile.preview.scrollEditorWithPreview.desc": "When a Textile preview is scrolled, update the view of the editor.",
"textile.preview.scrollPreviewWithEditor.desc": "When a Textile editor is scrolled, update the view of the preview.",
"textile.preview.title": "Open Preview",
"textile.previewSide.title": "Open Preview to the Side",
"textile.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
"textile.showSource.title": "Show Source",
"textile.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the Textile 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 Textile file. All '\\' need to be written as '\\\\'.",
"textile.showPreviewSecuritySelector.title": "Change Preview Security Settings",
"textile.trace.desc": "Enable debug logging for the Textile extension.",
"textile.preview.refresh.title": "Refresh Preview",
"textile.preview.toggleLock.title": "Toggle Preview Locking",
"textile.findAllFileReferences": "Find File References",
"configuration.textile.preview.openTextileLinks.description": "Controls how links to other Textile files in the Textile preview should be opened.",
"configuration.textile.preview.openTextileLinks.inEditor": "Try to open links in the editor.",
"configuration.textile.preview.openTextileLinks.inPreview": "Try to open links in the Textile preview.",
"configuration.textile.links.openLocation.description": "Controls where links in Textile files should be opened.",
"configuration.textile.links.openLocation.currentGroup": "Open links in the active editor group.",
"configuration.textile.links.openLocation.beside": "Open links beside the active editor.",
"configuration.textile.suggest.paths.enabled.description": "Enable/disable path suggestions for textile links",
"configuration.textile.editor.drop.enabled": "Enable/disable dropping into the textile editor to insert shift. Requires enabling `#workbench.experimental.editor.dropIntoEditor.enabled#`.",
"configuration.textile.editor.pasteLinks.enabled": "Enable/disable pasting files into a Textile editor inserts Textile links. Requires enabling `#editor.experimental.pasteActions.enabled#`.",
"configuration.textile.experimental.validate.enabled.description": "Enable/disable all error reporting in Textile files.",
"configuration.textile.experimental.validate.referenceLinks.enabled.description": "Validate reference links in Textile files, e.g. `\"link\":ref`. Requires enabling `#textile.experimental.validate.enabled#`.",
"configuration.textile.experimental.validate.fragmentLinks.enabled.description": "Validate fragment links to headers in the current Textile file, e.g. `\"link\":#header`. Requires enabling `#textile.experimental.validate.enabled#`.",
"configuration.textile.experimental.validate.fileLinks.enabled.description": "Validate links to other files in Textile files, e.g. `\"link\":/path/to/file.textile`. This checks that the target files exists. Requires enabling `#textile.experimental.validate.enabled#`.",
"configuration.textile.experimental.validate.fileLinks.textileFragmentLinks.description": "Validate the fragment part of links to headers in other files in Textile files, e.g. `\"link\":/path/to/file.textile#header`. Inherits the setting value from `#textile.experimental.validate.fragmentLinks.enabled#` by default.",
"configuration.textile.experimental.validate.ignoreLinks.description": "Configure links that should not be validated. For example `/about` would not validate the link `\"about\":/about`, while the glob `/assets/**/*.svg` would let you skip validation for any link to `.svg` files under the `assets` directory.",
"workspaceTrust": "Required for loading styles configured in the workspace."
}