intellij-powershell icon indicating copy to clipboard operation
intellij-powershell copied to clipboard

Migrate to PowerShell Core by default?

Open ForNeVeR opened this issue 7 months ago • 4 comments

Currently, the plugin prefers classic PowerShell if both PowerShell and PowerShell Core are available (see com.intellij.plugin.powershell.ide.run.PSExecutionUtilKt#findPsExecutable).

We should figure out if we it's safe to migrate to Core version by default.

My opinion is that if a person has explicitly installed the Core version, then it's likely they did that for a reason and want to use it: otherwise, why would they install it?

ForNeVeR avatar Nov 25 '23 18:11 ForNeVeR