Skip to content

intellij-powershell v2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 21:03
· 288 commits to master since this release

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