Sublime Forum

How to remove (Finished in 0.1s)?

#1

Hi guys,

I was just wondering if there was a good method of removing the

(Finished in 0.1s) when I build my program on Python 3.8.

I am not the most tech saavy user in the world so solutions may need to be dumbed down, if you will.

I looked for a solution on Google first but I couldn’t get any of the solutions to work, either that or the solution was too advanced for me to understand.

Any help is greatly appreciated.

0 Likes

#2
0 Likes

#3

I’m not sure how I can set “quiet” to true in my custom build system.

How do I access the custom build system?

0 Likes

#4

That means you have to create your own build system.
https://www.sublimetext.com/docs/3/build_systems.html


By the way, I feel you can file an issue on the official GitHub repo to ask for a settings to disable showing [Finished in 0.1s]. It’s an easy thing actually. It’s just hard-coded in the Default package at this moment…

0 Likes