Powershell ISE Mode in VSCode
Nowadays I use VS Code for almost everything, including for writing my Powershell scripts. Some of my colleagues still prefer the familiar layout of the classic Powershell ISE. However, Powershell ISE is no longer actively developed and I believe it doesn’t support PowerShell 7. In this post, I’ll share how to get the classic PowerShell ISE look and feel inside VS Code using the PowerShell extension. Powershell ISE mode is part of the Powershell extension in VSCode. ...