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