When I CTRL + F5, the terminal output shows verbosity that I would like to hide:
cd /home/ ; env PYTHONIOENCODING=UTF-8 PYTHONUNBUFFERED=1 /usr/bin/python3 /home/.vscode/extensions/ms-python.python-2020.2.64397/pythonFiles/ptvsd_launcher.py --default --nodebug --client --host localhost --port 33907 /home/hello.py
Hello
Just print Hello...