PowerShell scripters have a few choices in the editor they can use to write code. Options range from the PowerShell Integrated Script Environment, Visual Studio Code, Visual Studio, Notepad++ and more ...
I need to set the PATH variable so that Visual Studio Code will find binaries stored in /opt/local/bin. I've figured out how to set the PATH variable so that I can double click on VS code & /opt/local ...