Skip to content

Commit 7aa7fef

Browse files
author
Andrea Falzetti
committed
feat: move new jetbrains features to stable
1 parent 131aa35 commit 7aa7fef

File tree

5 files changed

+2
-96
lines changed

5 files changed

+2
-96
lines changed

components/ide/jetbrains/backend-plugin/src/main/kotlin/io/gitpod/jetbrains/remote/stable/GitpodTerminalService.kt

Lines changed: 0 additions & 96 deletions
This file was deleted.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66
<idea-plugin>
77
<extensions defaultExtensionNs="com.intellij">
88
<projectService serviceImplementation="io.gitpod.jetbrains.remote.stable.GitpodTerminalService" preload="true"/>
9+
<gateway.customization.performance id="gitpodMetricsControl" order="before cpuControl" implementation="io.gitpod.jetbrains.remote.latest.GitpodMetricControlProvider"/>
10+
<gateway.customization.metrics id="gitpodMetricsProvider" implementation="io.gitpod.jetbrains.remote.latest.GitpodMetricProvider" />
911
</extensions>
1012
</idea-plugin>

0 commit comments

Comments
 (0)