How to hide file path in VS Code Terminal Output - BEST METHOD - MacOS Python

preview_player
Показать описание
Here's how to hide the file path in VS Code's terminal output for a cleaner output in VS Code!

This method still keeps the functionality of the input function, which other methods do not consider and therefore is the best method. As of now, this method only seems to hide file paths in the VS Code terminal on MacOS.
Рекомендации по теме
Комментарии
Автор

Thank you so much sir, I've been struggling with this for 2 weeks now since i installed vs code, watched a lot of YouTube tutorials but could not figure it out. 🥰Finally thank you so much. I have even subscribed to your channel upon seeing your great work. Live long and continue providing us with a lot more tutorials!🌺🌱☘🌳

aphelmusonda
Автор

Hey Seb, thanks for the video. I’m trying to improve my python skills, looking forward to watching your content.

RamiTamimi
Автор

thank you SOOO SOOO much.
That setting you told me to check fixed the error messages i kept getting after pressing run.
UR A LIFE SAVER.

zytroXIX
Автор

Dang, thanks man! This was helpful! Idk how no one else seems to have made a video using this method.

SnoopiGalupi
Автор

Thank you, I am going back to Python after using JS for a while and needed to update *, your video helped & saved me tons of time! Subscribed!

vaniad
Автор

Hey thanks! I was looking for a solution and found your channel. Very helpful.

randrei
Автор

Doesn't work for me, I only get errors after changing the json file the way you taught, and it points to my .py file name and raises syntax error, completely clueless.

d.s.dathaniel
Автор

Thank you So much dude, I also try to clear this after installation of vs code.
With you help, finally I close my search.

Knox_
Автор

For windows and for Integrated Terminal works as "cls && python -u" .. the problem is that with "cls" everything printed previously is cleared. It would be nice if previous printouts were kept (for potential comparison" and as a prompt we were receiving only the parent directory from which we run the script. Is that possible?

MrDragoon
Автор

For people with a problem i used cls instead of clear and it worked perfectly

yakrinfn
Автор

thank you for the tutorial, i needed this especially being able to input in terminal

Logik
Автор

ive been looking for this for months!! THANKS! Great video

ysanipena
Автор

THANK YOU!!!! This helps so much in having a clean output.

storybuilderart
Автор

Straight to the point. Really appreciate this quick solution!

EricOh
Автор

Wonderful tips. Exactly what I was looking for. Thanks!

EdwardCrosby
Автор

So when you add the extension and go through the settings is there a way to click the arrow next to the drop down instead of clicking the drop down?
When you ran did the input it shows the path afterwards is there a way to not show that?Also thank you for making this video along with figuring out what needs to be done behind the scenes. Thank you for your time research and knowledge

leaht-putm
Автор

Superb! It works for C++ as well. I have been troubled by this for a couple of days, but now it’s fixed. Thank you very much.

shahedannam
Автор

Thanks man !! I was looking for a way and I couldn't find a better way than yours 👏
It worked for C++ as well

tariq
Автор

thanks man I was soo frustrated glad I found your video

satyam
Автор

Thanks man i have been suffering to fix this for last 2 years

kanhaiyayadav