简体   繁体   中英

how to get rid of the extra text that appear in the terminal of Vs code?

I tried my best to play with the "settings. json" file but nothing worked. I don't know how to get rid of this path so that the terminal looks clean and I can only focus on the outcome.

path of the program that is currently running

Unfortunately you can't remove this path, as it is just the exact path to the file that python should execute. You can try to tackle this problem from Python and just add os.system inside your code to clear console as suggested here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM