Sublime Forum

Multi build system in ST4

#1

Hi all - So I just got the Sublime Text 4(ST4) update, and I noticed that build system seem different with Sublime Text 3(ST3)

in ST4:
build system can only running one build (verify DUT: python+tkinter). If ST4 have first python program had been build and running, and the second python program need building, ST4 will force close first build python program then build second python program and running.

in ST3 :
ST3 build system can running multi build program at the same time, even the same program file also can running multi copy program(verify DUT: python+tkinter).

Does anyone know how to do the multi build system method in ST4? Thanks.

0 Likes

#2

Setting "kill_previous": false in the build system will make it not kill the previously running build.

0 Likes

#3

It’s working. Thanks for your reply. :smiley:

0 Likes