X Tutup
Skip to content

Commit a3b69e8

Browse files
committed
Add missed file
1 parent d85feaf commit a3b69e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/codespaces/api/api.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ type Codespace struct {
171171
GitStatus CodespaceGitStatus `json:"git_status"`
172172
Connection CodespaceConnection `json:"connection"`
173173
Machine CodespaceMachine `json:"machine"`
174+
VSCSTarget string `json:"vscs_target,omitempty"`
174175
}
175176

176177
type CodespaceGitStatus struct {

0 commit comments

Comments
 (0)
X Tutup