Skip to content

intellij-powershell v2.6.0

Choose a tag to compare

@github-actions github-actions released this 24 Mar 22:31
· 203 commits to master since this release

Changed

  • Requirement update! If you set the plugin to use PowerShell (aka PowerShell Core, as opposed to Windows PowerShell), then PowerShell 7.2.11 is the minimal supported version

    The requirements related to Windows PowerShell version are not changed.

  • #22: the default working directory for a newly created PowerShell run configuration is now the script's parent directory

    Configurations created by previous versions of the plugin are unchanged.

  • #176: Migrate to PowerShell Core by default

    If available on the target system, the modern PowerShell will be used be default, if available. Note that only new plugin installations will be affected, due to how we store the plugin settings. If the plugin is already installed, then it will use the previously discovered PowerShell instance.

    This is a Windows-only change, because only on Windows there are two PowerShell versions that may coexist.

  • #229: the PowerShell run configuration will now save all the files before executing

    This fixes the cases when the started configuration wasn't using the latest version of an edited script file.

  • #51: Update PowerShellEditorServices to v3.18.1

  • PowerShellEditorServices have been updated to the latest v1.22.0

Removed

  • The plugin no longer bundles Plaster that was a part of an older PowerShellEditorServices distribution, even though it wasn't used by the plugin.