-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.nls.json
More file actions
19 lines (19 loc) · 2.14 KB
/
package.nls.json
File metadata and controls
19 lines (19 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"command.checkMcpStatus.title": "Check MCP Status",
"command.showAIStatusMenu.title": "Singular Blockly: AI Suggestions Settings",
"command.toggleAIEnabled.title": "Singular Blockly: Toggle AI Suggestions",
"command.selectAIModel.title": "Singular Blockly: Select AI Model",
"command.openAISettings.title": "Singular Blockly: Open AI Settings",
"command.triggerAISuggestion.title": "Singular Blockly: Trigger AI Block Suggestion",
"config.mcp.nodePath.description": "Path to Node.js executable for MCP Server. Default 'node' uses system PATH. For nvm/fnm users, specify the full absolute path (e.g., C:\\Users\\username\\.nvm\\versions\\node\\v22.16.0\\node.exe).",
"config.mcp.showStartupWarning.description": "Show warning message when Node.js is not available or version is too low at startup. Disable this if you don't need MCP AI features.",
"singularBlockly.ai.enabled.markdownDescription": "Enable/disable AI shadow block suggestions. Requires GitHub Copilot extension.",
"singularBlockly.ai.model.markdownDescription": "Language model to use for AI suggestions. Only lightweight models suitable for fast suggestions are listed. Available models depend on your Copilot plan.",
"singularBlockly.ai.triggerDelay.markdownDescription": "Delay in milliseconds before triggering AI suggestion after a workspace change.",
"singularBlockly.ai.maxSuggestionsPerMinute.markdownDescription": "Maximum number of AI suggestion requests per minute.",
"singularBlockly.ai.reasoningEffort.description": "Controls the reasoning depth for AI block suggestions. 'low' prioritizes speed, 'high' prioritizes quality.",
"singularBlockly.ai.reasoningEffort.markdownDescription": "Controls the reasoning depth for AI block suggestions.\n\n- **low**: Fastest response, minimal reasoning (recommended for inline suggestions)\n- **medium**: Balanced speed and quality\n- **high**: Deepest reasoning, slower response",
"singularBlockly.ai.reasoningEffort.low.description": "Fastest, minimal reasoning (recommended)",
"singularBlockly.ai.reasoningEffort.medium.description": "Balanced speed and quality",
"singularBlockly.ai.reasoningEffort.high.description": "Deepest reasoning, slowest response"
}