-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
30 lines (30 loc) · 2.65 KB
/
package.nls.json
File metadata and controls
30 lines (30 loc) · 2.65 KB
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
{
"extension.displayName": "Rainbow Functions",
"extension.description": "Highlights matching function calls and definitions across editor views.",
"command.toggle.title": "Rainbow Functions: Toggle",
"command.resetColors.title": "Rainbow Functions: Reset Colors",
"command.importColors.title": "Rainbow Functions: Import Colors",
"command.reorderColors.title": "Rainbow Functions: Reorder Colors",
"command.resetBorderStyles.title": "Rainbow Functions: Reset Border Styles",
"command.reorderBorderStyles.title": "Rainbow Functions: Reorder Border Styles",
"command.factoryReset.title": "Rainbow Functions: Factory Reset Palette",
"config.general.title": "Rainbow Functions · General",
"config.performance.title": "Rainbow Functions · Performance",
"config.cache.title": "Rainbow Functions · Cache",
"config.highlightFill.title": "Rainbow Functions · Highlight Fill",
"config.highlightBorder.title": "Rainbow Functions · Highlight Border",
"config.borderTypes.title": "Rainbow Functions · Border Types",
"config.palette.title": "Rainbow Functions · Palette",
"setting.enable.description": "Enable or disable Rainbow Functions.",
"setting.showEditorButton.description": "Show a toolbar toggle button in the editor title area.",
"setting.highlightSameFile.description": "Highlight functions when their definitions and calls appear in the same file.",
"setting.requireDefinition.description": "Require both a visible definition and at least one call/constructor before highlighting. Disable to highlight any symbol that appears multiple times.",
"setting.highlightApplyDelay.description": "Delay (in milliseconds) before new highlights are applied.",
"setting.highlightRemoveDelay.description": "Delay (in milliseconds) before stale highlights are removed.",
"setting.highlightOpacity.description": "Set the highlight opacity (0-1).",
"setting.highlightBorderOpacity.description": "Set the highlight border opacity (0-1).",
"setting.highlightBorderRadius.description": "Set the highlight border radius (px).",
"setting.highlightBorderWidth.description": "Set the highlight border width (px).",
"setting.borderStyles.markdownDescription": "Select which border styles are used when assigning highlight decorations. Use [Reorder Border Styles](command:rainbowFunctions.reorderBorderStyles) to change their order.",
"setting.colors.markdownDescription": "Customize highlight colors. Accepts up to 100 CSS color strings (e.g. `#ff0000`, `rgb(255, 0, 0)`). Leave empty to fall back to the defaults. Use [Import Colors](command:rainbowFunctions.importColors) to load from a file or [Reorder Colors](command:rainbowFunctions.reorderColors) to adjust their order."
}