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:
@@ -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