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
The IDE and project for workspace screen is trying to contact the workspace in order to determine it's OS and arch. If this fails the IDE dropdown continues to render Retrieving products.. without any notification or error that the remove machine could not be contacted.
2022-06-16 23:56:10,796 [ 173149] INFO - CoderLocateRemoteProjectStepView - Retrieving available IDE's for Rocky workspace...
......
2022-06-16 23:56:11,216 [ 173569] WARN - #c.i.s.i.s.sshj - Failed to connect. Brief info: SSH connection to coder@coder.Rocky:0
The text was updated successfully, but these errors were encountered:
- the IDEs combobox is no longer stuck with the text "Retrieving
products.." if an exception happens in the code.
- instead, exceptions are handled a new custom combo box renderer
is installed that tells the user that an error was encountered
while retrieving the IDEs.
- resolves#10
- the progress icon in the IDE selection combo box was not
spinning while IDEs were loading.
- there were two reasons:
1. the combo box did not enable animated icons in the
renderer
2. the cell renderer implementation did not repaint
the icon
- resolves#4
- the IDEs combo box is no longer stuck with the text "Retrieving
products.." if an exception happens in the code.
- instead, exceptions are handled a new custom combo box renderer
is installed that tells the user that an error was encountered
while retrieving the IDEs.
- resolves#10
The
IDE and project for workspace
screen is trying to contact the workspace in order to determine it's OS and arch. If this fails the IDE dropdown continues to renderRetrieving products..
without any notification or error that the remove machine could not be contacted.The text was updated successfully, but these errors were encountered: