File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 7
7
<!-- Product and plugin compatibility requirements -->
8
8
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
9
9
<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
+
11
14
<extensions defaultExtensionNs =" com.intellij" >
12
15
<applicationService serviceImplementation =" com.coder.gateway.sdk.CoderRestClientService" ></applicationService >
13
16
<applicationService serviceImplementation =" com.coder.gateway.services.CoderRecentWorkspaceConnectionsService" ></applicationService >
You can’t perform that action at this time.
0 commit comments