Skip to content

Commit b8fe17c

Browse files
committed
Fix: disable dependency on Gatway module
- manual install of plugin throws a `Plugin Coder Gateway depends on unknown plugin com.jetbrains.gateway` warning. - it seems to be a Gateway issue so I've raised https://youtrack.jetbrains.com/issue/GTW-1528/Plugin-depends-on-unknown-plugin-comjetbrainsgateway - resolves #39
1 parent b02e133 commit b8fe17c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/META-INF/plugin.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
<!-- Product and plugin compatibility requirements -->
88
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
99
<depends>com.intellij.modules.platform</depends>
10-
<depends>com.jetbrains.gateway</depends>
10+
11+
<!-- TODO: enable this when https://youtrack.jetbrains.com/issue/GTW-1528/Plugin-depends-on-unknown-plugin-comjetbrainsgateway is fixed-->
12+
<!-- depends>com.jetbrains.gateway</depends>-->
13+
1114
<extensions defaultExtensionNs="com.intellij">
1215
<applicationService serviceImplementation="com.coder.gateway.sdk.CoderRestClientService"></applicationService>
1316
<applicationService serviceImplementation="com.coder.gateway.services.CoderRecentWorkspaceConnectionsService"></applicationService>

0 commit comments

Comments
 (0)