Skip to content

Commit 2cc91c2

Browse files
committed
add comment for improvements
1 parent da86552 commit 2cc91c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/codespaces/codespaces.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ type logger interface {
6262
Println(v ...interface{}) (int, error)
6363
}
6464

65+
// TODO(josebalius): we should move some of this to the liveshare.Connection struct
6566
func connectionReady(codespace *api.Codespace) bool {
6667
ready := codespace.Environment.Connection.SessionID != ""
6768
ready = ready && codespace.Environment.Connection.SessionToken != ""

0 commit comments

Comments
 (0)