Skip to content

Commit

Permalink
Fix GitpodTerminalService not working on Stable version
Browse files Browse the repository at this point in the history
Which was happening due to "io.gitpod.jetbrains.remote.stable.GitpodTerminalService" not being a client project service, but a host project service.
  • Loading branch information
felladrin authored Jun 22, 2022
1 parent a8307db commit ab3f2ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
-->
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<projectService serviceImplementation="io.gitpod.jetbrains.remote.stable.GitpodTerminalService" client="guest" preload="true"/>
<projectService serviceImplementation="io.gitpod.jetbrains.remote.stable.GitpodTerminalService" preload="true"/>
</extensions>
</idea-plugin>

0 comments on commit ab3f2ca

Please sign in to comment.