-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
41 lines (41 loc) · 4.05 KB
/
package.nls.json
File metadata and controls
41 lines (41 loc) · 4.05 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
31
32
33
34
35
36
37
38
39
40
41
{
"extension.description": "Official Visual Studio Code Extension for ForgeScript.",
"command.createConfig.title": "Create config file (.forgevsc.json)",
"command.reloadFunctionMetadata.title": "Fetch function metadata. Use with caution!",
"command.searchGuides.title": "Search Guides",
"command.reloadGuideMetadata.title": "Refresh Guides",
"command.openGuide.title": "Open Guide",
"command.previewGuide.title": "Preview Guide",
"command.favoriteGuide.title": "Add to Favorites",
"command.unfavoriteGuide.title": "Remove from Favorites",
"command.createGuide.title": "Create Guide",
"command.openGuideExternal.title": "Open Guide (External)",
"command.openExtensionSettings.title": "Open Extension Settings",
"view.guides.title": "Guides",
"view.guides.welcome": "No guides available.\n[$(refresh) Reload Guides](command:forgevsc.reloadGuideMetadata)\n[$(add) Create Guide](command:forgevsc.createGuide)",
"config.global.enabledWorkspaces.description": "List of workspace names where ForgeVSC is enabled. Leave empty to enable the extension for all workspaces.",
"config.workspace.additionalPackages.description": "Additional packages/extensions to fetch metadata from. By default, installed Forge packages are detected automatically. This property is only needed if metadata fetching fails or you want to include extra packages.",
"config.workspace.customFunctionPaths.description": "Path(s) to your custom functions folder(s). This is used to generate metadata and to provide full extension feature support for your custom functions.",
"config.workspace.colors.function.name.description": "The highlight color used for function names.",
"config.workspace.colors.function.name.patternError": "Input must be a valid hex color, e.g. #AC75FF",
"config.workspace.colors.function.dollar.description": "The highlight color used for function dollar signs ($).",
"config.workspace.colors.function.dollar.patternError": "Input must be a valid hex color, e.g. #FE7CEB",
"config.workspace.colors.function.semicolon.description": "The highlight color used for function semicolons (;).",
"config.workspace.colors.function.semicolon.patternError": "Input must be a valid hex color, e.g. #C586C0",
"config.workspace.colors.arguments.condition.description": "The highlight color used for argument condition operators.",
"config.workspace.colors.arguments.condition.patternError": "Input must be a valid hex color, e.g. #4FC1FF",
"config.workspace.colors.operators.negation.description": "The highlight color used for the negation operator (!).",
"config.workspace.colors.operators.negation.patternError": "Input must be a valid hex color, e.g. #4FA3FF",
"config.workspace.colors.operators.silent.description": "The highlight color used for the silent operator (#).",
"config.workspace.colors.operators.silent.patternError": "Input must be a valid hex color, e.g. #FF9F43",
"config.workspace.colors.operators.count.description": "The highlight color used for the count operator (@[x]).",
"config.workspace.colors.operators.count.patternError": "Input must be a valid hex color, e.g. #33D17A",
"config.workspace.colors.operators.countDelimiter.description": "The highlight color used for the count operator delimiter (separator).",
"config.workspace.colors.operators.countDelimiter.patternError": "Input must be a valid hex color, e.g. #76E3A0",
"config.workspace.features.folding.description": "Whether folding for multi-line function contents should be enabled.",
"config.workspace.features.hoverInfo.description": "Whether hover info cards for functions and operators should be enabled.",
"config.workspace.features.suggestions.description": "Whether suggestions for bracket placement should be enabled.",
"config.workspace.features.signatureHelp.description": "Whether signature help for function arguments should be enabled.",
"config.workspace.features.diagnostics.description": "Whether diagnostics for function validation should be enabled.",
"config.workspace.features.autocompletion.description": "Whether autocompletion for functions and arguments should be enabled."
}