File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Unreleased
6
6
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
+
7
12
## 2.2.0 - 2023-03-08
8
13
9
14
### Added
10
15
- support for Gateway 2023
11
16
12
17
### 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
14
19
going back a step
15
20
16
21
### 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
18
23
screen while that happens and it shows in the progress bar
19
24
20
25
## 2.1.7 - 2023-02-28
Original file line number Diff line number Diff line change 3
3
pluginGroup =com.coder.gateway
4
4
pluginName =coder-gateway
5
5
# SemVer format -> https://semver.org
6
- pluginVersion =2.2.0
6
+ pluginVersion =2.2.1
7
7
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
8
8
# for insight into build numbers and IntelliJ Platform versions.
9
9
pluginSinceBuild =223.7571.70
@@ -24,4 +24,4 @@ gradleVersion=7.4
24
24
# Opt-out flag for bundling Kotlin standard library.
25
25
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
26
26
# 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