Replies: 1 comment
-
What do you mean, " I can't reopen it automatically"? If you reload the window, the behavior should be to reopen whatever workspace was loaded before. What's the scenario? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm adding a default workspace when opening the ide for the first time. The way I do to open the default workspace is to extend the

DefaultWorkspaceServer
class and callgetDefaultWorkspace
. However, I close the workspace and can't reopen it automatically if I reload the window. Where can I check the flow code of the reload window?Regards
Beta Was this translation helpful? Give feedback.
All reactions