vscode will output to the debug console

Applicable to python, java environment

Excellent tutorial : https://blog.csdn.net/qq_43323641/article/details/127018405
insert image description here

By default in the case of the terminal
insert image description here

Run and debug
insert image description here

Add to

 "console": "internalConsole",

Re-run the code, the effect
insert image description here

Guess you like

Origin blog.csdn.net/AdamCY888/article/details/131593259