Add missed file
This commit is contained in:
parent
d85feafa85
commit
a3b69e8d87
1 changed files with 1 additions and 0 deletions
|
|
@ -171,6 +171,7 @@ type Codespace struct {
|
||||||
GitStatus CodespaceGitStatus `json:"git_status"`
|
GitStatus CodespaceGitStatus `json:"git_status"`
|
||||||
Connection CodespaceConnection `json:"connection"`
|
Connection CodespaceConnection `json:"connection"`
|
||||||
Machine CodespaceMachine `json:"machine"`
|
Machine CodespaceMachine `json:"machine"`
|
||||||
|
VSCSTarget string `json:"vscs_target,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CodespaceGitStatus struct {
|
type CodespaceGitStatus struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue