1

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

  • what did you "play" with exactly ? and what outcome are you expecting ? – D.L Jul 26 '22 at 13:01
  • go to the correct directory in the terminal and type the command yourself or create a keybinding that types the command for you, or a task – rioV8 Jul 26 '22 at 14:18

1 Answers1

0

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.

Grekkq
  • 679
  • 6
  • 14