File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "displayName" : " Gitpod" ,
44 "description" : " Gitpod Support" ,
55 "publisher" : " gitpod" ,
6- "version" : " 0.0.111 " ,
7- "daemonVersion" : " 0.0.8 " ,
6+ "version" : " 0.0.112 " ,
7+ "daemonVersion" : " 0.0.9 " ,
88 "license" : " MIT" ,
99 "icon" : " resources/gitpod.png" ,
1010 "repository" : {
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ class WebSocketSSHProxy {
155155 const workspaceInfo = await this . retryGetWorkspaceInfo ( username ) ;
156156 flow . instanceId = workspaceInfo . instanceId ;
157157 flow . userId = workspaceInfo . userId ;
158- if ( workspaceInfo . phase !== 'running' ) {
158+ if ( workspaceInfo . phase && workspaceInfo . phase !== '' && workspaceInfo . phase !== 'running' ) {
159159 throw new FailedToProxyError ( 'NoRunningInstance' )
160160 }
161161
You can’t perform that action at this time.
0 commit comments