-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IDE doesn't execute a command after start of workspace #6324
Comments
Executing commands in IDE fixed by c04314d |
@slemeur How do you think should we disable run commands panel until the server is available? Isn't it the purpose of new start flow? |
@garagatyi in my case exec agent is up and OK since F5 fixes it. |
It is exactly what I have experienced. |
But exec agent is the first to start, even before ws agent. It is there and accepting requests (I used rest console to check) |
yes, I completely agree with you |
@eivantsov can you check whether it is fixed or not? |
@garagatyi @azatsarynnyy cannot reproduce it with the latest SPI |
@garagatyi you are right, this is also something we need to handle as part of the work on the new workspace loading sequence. BTW - We should not start by the exec server. See #5231 |
Related to SPI branch only.
When I start workspace either in IDE or UD client doesn't connect to exec server.
So when I try to execute any command IDE doesn't show the result of the command since it doesn't send command execution request to exec server.
Also, IDE should not activate RUN panel when there is no connection with exec server.
BTW reloading the page fixes the issue.
Reproduction Steps:
OS and version:
Diagnostics:
The text was updated successfully, but these errors were encountered: