Skip to content

intellij-powershell v2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 21:55
· 25 commits to master since this release

Changed

  • Requirement update: IntelliJ Platform 2024.2.0.2 is now the minimal supported version
  • Update PowerShellEditorServices from v3.18.1 to v3.20.1
  • Update junixsocket library from v2.9.0 to v2.10.0
  • Update LSP4J library from v0.22.0 to v0.23.0

Added

  • Debugger support based on the debugger adapter protocol from PowerShellEditorServices.

    Thanks to @Fantoom for the contribution.