anb0s / EasyShell

EasyShell - This Eclipse plugin allows to open a shell window or file manager from the popup menu in the navigation tree or editor view. Additionally it is possible to run selected file in the shell, copy file or directory path or run user defined external tools. Key shortcuts and multiple selections are also supported!

Home Page:http://anb0s.github.io/EasyShell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add PowerShell version 7

laurentmuller opened this issue · comments

commented

Expected Behavior

Replace commands using the PowerShell version 5 by the version 7.

Actual Behavior

All PowerShell commands use the version 5.

Your Environment

  • Plugin version: 2.2.1.v20210716-0745
  • Eclipse Version: 2021-09 (4.21.0)
  • Java Version: 11.0.8
  • Operating System Version: Windows 10 Professionnel v21H1

Thanks, can you please point out (links, docu, examples etc.) how the new powershell version 7 is working different to the version 5 ?

  • instead of powershell.exe we just use pwsh.exe
  • we will add new configurations for this as PowerShell 5 is still the default in windows <=10 and exists in parallel to pwsh (7)
commented

I have replaced all occurrences of powershell.exe with pwsh.exe and it's working !

Thank You

I will add new configurations for PowerShell 7 (pwsh) this as PowerShell 5 is still the default in windows <=10 and exists in parallel to pwsh

new presets added:
image

please checkout testing build #204

commented

Great Job !