File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 44
55## Unreleased
66
7+ ### Fixed
8+ - reading an existing config would sometimes use the wrong directory on Linux
9+ - two separate SSH sessions would spawn when connecting to a workspace through
10+ the main flow
11+
712## 2.2.0 - 2023-03-08
813
914### Added
1015- support for Gateway 2023
1116
1217### Fixed
13- - the "Select IDE and Project" button is no longer disabled for a time after
18+ - the "Select IDE and Project" button is no longer disabled for a time after
1419 going back a step
1520
1621### Changed
17- - initial authentication is now asynchronous which means no hang on the main
22+ - initial authentication is now asynchronous which means no hang on the main
1823 screen while that happens and it shows in the progress bar
1924
2025## 2.1.7 - 2023-02-28
Original file line number Diff line number Diff line change 33pluginGroup =com.coder.gateway
44pluginName =coder-gateway
55# SemVer format -> https://semver.org
6- pluginVersion =2.2.0
6+ pluginVersion =2.2.1
77# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
88# for insight into build numbers and IntelliJ Platform versions.
99pluginSinceBuild =223.7571.70
@@ -24,4 +24,4 @@ gradleVersion=7.4
2424# Opt-out flag for bundling Kotlin standard library.
2525# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
2626# suppress inspection "UnusedProperty"
27- kotlin.stdlib.default.dependency =false
27+ kotlin.stdlib.default.dependency =false
You can’t perform that action at this time.
0 commit comments