intellij-powershell v2.4.0
Changed
- 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.
Fixed
-
#79: Can't detect PowerShell version on Linux.
Thanks to @8ru73u5 for investigation of the issue.
-
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.
-
Increased timeout on connecting to the language server; should fix issues on slower computers.
-
#42: The run configuration now uses terminal encoding (UTF-8 by default).
-
#17: When the username has a space, the plugin fails to initialize.