You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add log when deploying before listing editors
* Fix timer not canceling
It seems to operate in its own little world and I have no idea how to
make it stop when the job running it has stopped.
* Retry direct connection
This will cover recent connections which connect directly without going
through the whole setup flow.
Pretty much the same logic as for listing editors but we display the
errors in different ways since this all happens in a progress dialog. I
tried to combine what I could in the retry.
Also the SshException is misleading; it seems to wrap the real error so
unwrap it otherwise it is impossible to tell what is really wrong. In
particular this is causing us to retry on cancelations.
* Provide better error when dd times out
gateway.connector.view.coder.retrieve-ides.failed=Failed to retrieve IDEs
34
+
gateway.connector.view.coder.retrieve-ides.failed.retry=Failed to retrieve IDEs...retrying {0}
35
35
gateway.connector.view.coder.remoteproject.next.text=Start IDE and connect
36
36
gateway.connector.view.coder.remoteproject.choose.text=Choose IDE and project for workspace {0}
37
37
gateway.connector.view.coder.remoteproject.ide.download.comment=This IDE will be downloaded from jetbrains.com and installed to the default path on the remote host.
@@ -42,6 +42,10 @@ gateway.connector.recentconnections.new.wizard.button.tooltip=Open a new Coder W
42
42
gateway.connector.recentconnections.remove.button.tooltip=Remove from Recent Connections
43
43
gateway.connector.recentconnections.terminal.button.tooltip=Open SSH Web Terminal
44
44
gateway.connector.coder.connection.provider.title=Connecting to Coder workspace...
0 commit comments