mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(coderd/templatebuilder): shorten long module variable descriptions (#26747)
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
{
|
||||
"name": "mcp",
|
||||
"type": "string",
|
||||
"description": "JSON-encoded string to configure MCP servers for Windsurf. When set, writes ~/.codeium/windsurf/mcp_config.json.",
|
||||
"description": "JSON-encoded MCP server configurations for Windsurf.",
|
||||
"default": "",
|
||||
"required": false,
|
||||
"sensitive": false,
|
||||
@@ -44,7 +44,7 @@
|
||||
{
|
||||
"name": "open_recent",
|
||||
"type": "bool",
|
||||
"description": "Open the most recent workspace or folder. Falls back to the folder if there is no recent workspace or folder to open.",
|
||||
"description": "Open the most recent workspace or folder.",
|
||||
"default": false,
|
||||
"required": false,
|
||||
"sensitive": false,
|
||||
|
||||
Reference in New Issue
Block a user