Skip to content

Commit 9e02c15

Browse files
committed
Implement backend monitoring
This implements connecting at a lower level, giving us a place to respawn the backend and reconnect when it goes down, replacing fullDeployCycle since it does not do that for us. Closes #392.
1 parent 892381b commit 9e02c15

File tree

4 files changed

+337
-245
lines changed

4 files changed

+337
-245
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## Unreleased
66

7+
### Added
8+
9+
- Automatically restart and reconnect to the IDE backend when it disappears.
10+
711
## 2.11.4 - 2024-05-01
812

913
### Fixed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pluginGroup=com.coder.gateway
44
pluginName=coder-gateway
55
# SemVer format -> https://semver.org
6-
pluginVersion=2.11.4
6+
pluginVersion=2.11.5
77
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88
# for insight into build numbers and IntelliJ Platform versions.
99
pluginSinceBuild=233.6745

0 commit comments

Comments
 (0)