Skip to content

Commit d4080d7

Browse files
committed
(#79) Docs: document the change
1 parent ba9f6bc commit d4080d7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
99
- The lexer and parser were migrated to be auto-generated by the Gradle Grammar-Kit task. We do not expect any changes, but they may happen, so please report any cases of suspicious plugin behavior.
1010

1111
### Fixed
12+
- [#79: Can't detect Powershell version on Linux](https://github.com/ant-druha/intellij-powershell/issues/79).
13+
14+
Thanks to @8ru73u5 for investigation of the issue.
1215
- A bit more of IO work during language server connection moved to the corresponding threads, saving some IDE responsibility in rare cases when it could be a problem.
1316
- Increased timeout on connecting to the language server; should fix issues on slower computers.
1417
- [#42: The run configuration now uses terminal encoding](https://github.com/ant-druha/intellij-powershell/issues/42) (UTF-8 by default).

0 commit comments

Comments
 (0)