feat(cli): add coder open vscode (#11191)

Fixes #7667
This commit is contained in:
Mathias Fredriksson
2024-01-02 20:46:18 +02:00
committed by GitHub
parent 099be249a7
commit df3c310379
26 changed files with 1123 additions and 292 deletions

6
coderd/apidoc/docs.go generated
View File

@ -7276,6 +7276,9 @@ const docTemplate = `{
"agent_id": {
"type": "string"
},
"agent_name": {
"type": "string"
},
"apps": {
"type": "array",
"items": {
@ -7328,6 +7331,9 @@ const docTemplate = `{
},
"workspace_id": {
"type": "string"
},
"workspace_name": {
"type": "string"
}
}
},