We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85feaf commit a3b69e8Copy full SHA for a3b69e8
internal/codespaces/api/api.go
@@ -171,6 +171,7 @@ type Codespace struct {
171
GitStatus CodespaceGitStatus `json:"git_status"`
172
Connection CodespaceConnection `json:"connection"`
173
Machine CodespaceMachine `json:"machine"`
174
+ VSCSTarget string `json:"vscs_target,omitempty"`
175
}
176
177
type CodespaceGitStatus struct {
0 commit comments