File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Unreleased
6
6
7
+ ### Fixed
8
+
9
+ - On Windows, expand the home directory when paths use ` / ` separators (for
10
+ example ` ~/path/foo/bar ` or ` $HOME/foo/bar ` ). This results in something like
11
+ ` c:\users\coder/path/to/my/thing ` , but Windows appears to be fine with the
12
+ mixed separators. As before, you can still use ` \ ` separators (for example
13
+ ` ~\foo\bar ` or ` $HOME\foo\bar ` .
14
+
7
15
## 2.12.1 - 2024-07-09
8
16
9
17
### Changed
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ pluginGroup=com.coder.gateway
4
4
# Zip file name.
5
5
pluginName =coder-gateway
6
6
# SemVer format -> https://semver.org
7
- pluginVersion =2.12.1
7
+ pluginVersion =2.12.2
8
8
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
9
9
# for insight into build numbers and IntelliJ Platform versions.
10
10
pluginSinceBuild =233.6745
You can’t perform that action at this time.
0 commit comments