Releases: ant-druha/intellij-powershell
Releases · ant-druha/intellij-powershell
intellij-powershell v2.3.0
Changed
- The PowerShellEditorServices connection code has been refactored to not cause any UI freezes: everything was moved to background and rewritten to use non-blocking IO as much as possible
Fixed
- #155: cannot start PowerShellEditorServices under the default PowerShell 5 execution policy,
Restricted
- #104 (fixed partially): use less restricting flags when opening pipe connections to PowerShellEditorServices
Added
- #144: terminate the language server processes when exiting the IDE (even if the IDE was terminated abnormally)
intellij-powershell v2.2.0
Changed
- Cleaned up a lot of deprecated API usages and warnings (by @VladRassokhin)
- #148: drop Gson and Guava dependencies from the plugin
- #88: fix UI freezes caused by the plugin and migrate all the LSP communication to background threads
Added
- #145: log PowerShellEditorServices output
intellij-powershell v2.1.0
Changed
- The minimal supported IntelliJ version is now 2023.2
- #45: Upgrade PSScriptAnalyzer from 1.17.1 to 1.21.0, thanks to @bergmeister
- #75: Add indents for array elements when formatting, thanks to @VladRassokhin
- #90: Allow for more user interaction with the run configuration in terminal (use PTY when available), thanks to @ZhengKeli
- #89: Allow entering the executables from
PATH
in the plugin settings, thanks to @ZhengKeli
Fixed
- #124: Support placing function name on next line in function definition, thanks to @VladRassokhin
Added
- #128: The optional error reports are now sent to the Marketplace in newer IDE versions after the user approval