mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: add template_active_version_id
to workspaces (#9226)
* feat: add `template_active_version_id` to workspaces This reduces a fetch in the VS Code extension when getting the active version update message! * Fix entities.ts * Fix golden gen
This commit is contained in:
1
cli/testdata/coder_list_--output_json.golden
vendored
1
cli/testdata/coder_list_--output_json.golden
vendored
@ -11,6 +11,7 @@
|
||||
"template_display_name": "",
|
||||
"template_icon": "",
|
||||
"template_allow_user_cancel_workspace_jobs": false,
|
||||
"template_active_version_id": "[version ID]",
|
||||
"latest_build": {
|
||||
"id": "[workspace build ID]",
|
||||
"created_at": "[timestamp]",
|
||||
|
Reference in New Issue
Block a user