Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 549 Bytes

File metadata and controls

14 lines (6 loc) · 549 Bytes
description
Information about the run in new terminal command.

Run in New Terminal

When working with PowerShell scripts, you may want to run the current script in a new terminal rather than the existing PowerShell session. You can do so by clicking the Run in New Terminal button. This will execute the PowerShell script in a new PowerShell process and open the terminal in Visual Studio Code. You can also use the default key binding Shift+F5 to start scripts in a new terminal.