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 4
4
5
5
## Unreleased
6
6
7
+ ### Fixed
8
+ - support for ` Remote Development ` in the Jetbrains IDE's
9
+
7
10
## 2.1.4 - 2022-12-23
8
11
9
12
### Added
Original file line number Diff line number Diff line change 9
9
<depends >com.intellij.modules.platform</depends >
10
10
11
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>-->
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 >
13
16
14
17
<extensions defaultExtensionNs =" com.intellij" >
15
18
<applicationService serviceImplementation =" com.coder.gateway.sdk.CoderRestClientService" ></applicationService >
You can’t perform that action at this time.
0 commit comments