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:
@@ -46,7 +46,7 @@
|
||||
{
|
||||
"name": "commit_id",
|
||||
"type": "string",
|
||||
"description": "Specify the commit ID of the VS Code Web binary to pin to a specific version. If left empty, the latest stable version is used.",
|
||||
"description": "Commit ID to pin VS Code Web to a specific version.",
|
||||
"default": "",
|
||||
"required": false,
|
||||
"sensitive": false,
|
||||
|
||||
Reference in New Issue
Block a user