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
When users stop their workspaces in the dashboard, an idle jetbrains gateway session may reconnect them, and start the workspace when the user is not present. This can incur unnecessary costs for administrators while devs are not active.
Is there a workspace build going on? If so, wait for that build.
Is the workspace on? If not, prompt to start the workspace and depending on the response go back to 1 or quit.
Otherwise wait for the agent to be ready then connect, or exit if the agent enters some failed/off state.
The text was updated successfully, but these errors were encountered:
We can do this in Gateway but not in the IDE. Would be nice to explore ways to give this notification priority as Gateway will often be running in the background - maybe with a highlight or by having Gateway pop up as the active window or something.
Functional duplicate of coder/vscode-coder#309 for the Jetbrains extension.
When users stop their workspaces in the dashboard, an idle jetbrains gateway session may reconnect them, and start the workspace when the user is not present. This can incur unnecessary costs for administrators while devs are not active.
We should copy the behavior Asher describes here if possible.
The text was updated successfully, but these errors were encountered: