add comment for improvements
This commit is contained in:
parent
da8655209b
commit
2cc91c224e
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ type logger interface {
|
|||
Println(v ...interface{}) (int, error)
|
||||
}
|
||||
|
||||
// TODO(josebalius): we should move some of this to the liveshare.Connection struct
|
||||
func connectionReady(codespace *api.Codespace) bool {
|
||||
ready := codespace.Environment.Connection.SessionID != ""
|
||||
ready = ready && codespace.Environment.Connection.SessionToken != ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue