We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To fix the issue about JetBrains IDEs not signaling heartbeats, we've brought back code from a previous implementation. Now that we confirmed the problem is fixed, we need to refactor the solution to avoid duplicated code and ensure it's covering all connection cases.
Also, we need to make backend-plugin work the same way as gateway-plugin regarding proxies. See below:
gitpod/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodManager.kt
Lines 276 to 282 in aafcaf1
gitpod/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodConnectionService.kt
Lines 52 to 67 in aafcaf1
The text was updated successfully, but these errors were encountered:
felladrin
Successfully merging a pull request may close this issue.
To fix the issue about JetBrains IDEs not signaling heartbeats, we've brought back code from a previous implementation. Now that we confirmed the problem is fixed, we need to refactor the solution to avoid duplicated code and ensure it's covering all connection cases.
Also, we need to make backend-plugin work the same way as gateway-plugin regarding proxies. See below:
gitpod/components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/GitpodManager.kt
Lines 276 to 282 in aafcaf1
gitpod/components/ide/jetbrains/gateway-plugin/src/main/kotlin/io/gitpod/jetbrains/gateway/GitpodConnectionService.kt
Lines 52 to 67 in aafcaf1
The text was updated successfully, but these errors were encountered: