We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec892 commit 4504e49Copy full SHA for 4504e49
pkg/cmd/codespace/common.go
@@ -261,5 +261,5 @@ func (c codespace) hasUnsavedChanges() bool {
261
262
// running returns whether the codespace environment is running.
263
func (c codespace) running() bool {
264
- return c.Environment.State == api.CodespaceEnvironmentStateAvailable
+ return c.State == api.CodespaceStateAvailable
265
}
0 commit comments