File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 44
55## Unreleased
66
7+ ### Fixed
8+ - support for ` Remote Development ` in the Jetbrains IDE's
9+
710## 2.1.4 - 2022-12-23
811
912### Added
Original file line number Diff line number Diff line change 99 <depends >com.intellij.modules.platform</depends >
1010
1111 <!-- 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>-->
12+ <!-- <depends>com.jetbrains.gateway</depends>-->
13+
14+ <!-- we trick Gateway into no longer rasing the unknown module error by marking the dependency optional-->
15+ <depends optional =" true" >com.jetbrains.gateway</depends >
1316
1417 <extensions defaultExtensionNs =" com.intellij" >
1518 <applicationService serviceImplementation =" com.coder.gateway.sdk.CoderRestClientService" ></applicationService >
You can’t perform that action at this time.
0 commit comments