How to remove the powershell banner when running program in VS Code?
20:13 09 Sep 2021

Is there any way to remove the message that appears when I run Python code with VS Code? I want to leave only the program appearing in the output.

After running the program it gives an output:

Terminal:

Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Install the latest PowerShell for new features and improvements! https://aka.ms/PSWindows PS C:\Users\domin\Documents\Python - URI> &

screenshot of terminal

powershell visual-studio-code