Skip to content

Commit 4bc195b

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

File tree

7 files changed

+7
-104
lines changed

7 files changed

+7
-104
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package io.gitpod.jetbrains.remote.latest
5+
package io.gitpod.jetbrains.remote
66

77
import com.jetbrains.ide.model.uiautomation.BeControl
88
import com.jetbrains.rd.ui.bedsl.dsl.VerticalGridBuilder
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package io.gitpod.jetbrains.remote.latest
5+
package io.gitpod.jetbrains.remote
66

77
import com.intellij.openapi.components.service
88
import com.jetbrains.rd.platform.codeWithMe.unattendedHost.metrics.Metric
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the GNU Affero General Public License (AGPL).
33
// See License-AGPL.txt in the project root for license information.
44

5-
package io.gitpod.jetbrains.remote.latest
5+
package io.gitpod.jetbrains.remote
66

77
import com.intellij.openapi.client.ClientProjectSession
88
import com.intellij.openapi.diagnostic.thisLogger

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-latest/META-INF/extensions.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
-->
66
<idea-plugin>
77
<extensions defaultExtensionNs="com.intellij">
8-
<projectService serviceImplementation="io.gitpod.jetbrains.remote.latest.GitpodTerminalService" client="guest" preload="true"/>
98
<projectService serviceImplementation="io.gitpod.jetbrains.remote.latest.GitpodPortForwardingService" preload="true"/>
10-
<gateway.customization.performance id="gitpodMetricsControl" order="before cpuControl" implementation="io.gitpod.jetbrains.remote.latest.GitpodMetricControlProvider"/>
11-
<gateway.customization.metrics id="gitpodMetricsProvider" implementation="io.gitpod.jetbrains.remote.latest.GitpodMetricProvider" />
129
</extensions>
1310
</idea-plugin>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
-->
66
<idea-plugin>
77
<extensions defaultExtensionNs="com.intellij">
8-
<projectService serviceImplementation="io.gitpod.jetbrains.remote.stable.GitpodTerminalService" preload="true"/>
98
</extensions>
109
</idea-plugin>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<description>Provides integrations within a Gitpod workspace.</description>
1313

1414

15-
<!-- Product and plugin compatibility requirements -->
15+
<!-- Product and plugin compatibility requirementls -->
1616
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
1717
<depends>com.intellij.modules.platform</depends>
1818
<dependencies>
@@ -29,7 +29,10 @@
2929
<httpRequestHandler implementation="io.gitpod.jetbrains.remote.GitpodCLIService"/>
3030
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodClientProjectSessionTracker" client="guest" preload="true"/>
3131
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodProjectManager" preload="true"/>
32+
<projectService serviceImplementation="io.gitpod.jetbrains.remote.GitpodTerminalService" client="guest" preload="true"/>
3233
<gateway.customization.name implementation="io.gitpod.jetbrains.remote.GitpodGatewayClientCustomizationProvider"/>
34+
<gateway.customization.performance id="gitpodMetricsControl" order="before cpuControl" implementation="io.gitpod.jetbrains.remote.GitpodMetricControlProvider"/>
35+
<gateway.customization.metrics id="gitpodMetricsProvider" implementation="io.gitpod.jetbrains.remote.GitpodMetricProvider" />
3336
</extensions>
3437

3538
</idea-plugin>

0 commit comments

Comments
 (0)