Skip to content

Commit 4e7709a

Browse files
felladrinroboquat
authored andcommitted
Temporarily comment out GitpodBranding to fix workspace not connecting through JetBrains IDEs
1 parent 863bb02 commit 4e7709a

File tree

1 file changed

+2
-2
lines changed
  • components/ide/jetbrains/backend-plugin/src/main/resources/META-INF

1 file changed

+2
-2
lines changed

components/ide/jetbrains/backend-plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<notificationGroup id="Gitpod Notifications" displayType="BALLOON" isLogByDefault="false" />
2323
<httpRequestHandler implementation="io.gitpod.jetbrains.remote.GitpodCLIService"/>
2424
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodClientProjectSessionTracker" client="guest" preload="true"/>
25-
<applicationService serviceImplementation="io.gitpod.jetbrains.remote.GitpodBranding"
25+
<!-- <applicationService serviceImplementation="io.gitpod.jetbrains.remote.GitpodBranding"
2626
serviceInterface="com.intellij.remoteDev.customization.GatewayBranding"
27-
overrides="true" />
27+
overrides="true" /> -->
2828
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodProjectManager" preload="true"/>
2929
</extensions>
3030

0 commit comments

Comments
 (0)