I’m trying to make the transition from ISE to VS Code, and more so trying to sell VSCode to my coworkers as a primary tool. I feel pretty close at this point in terms of compatibility, except for the Run mode. I can only seem to open one “PowerShell Integrated Console” (PSIC from here on) at a time. Anything else is just “powershell.” The difference, of course, is that the “powershell” window does not communicate with the editor window.
Sample Scenario: I have two editor tabs open with code in each that are independent of each other, but could take an hour or two to run. I hit f5 in one window and it switches whatever tab I had selected in the Terminal window to the PSIC window and starts running the script there. The only way I can figure out to run the second script is to open a new VS Code instance, copy over the non-executed code, and then f5.