Jatana / FastOlympicCoding

Tools for competitive programming for Sublime Text 3 & 4
390 stars 48 forks source link

how to save test when I change the code #66

Open xia0ji233 opened 2 years ago

xia0ji233 commented 2 years ago

As the title says,when I set many tests in the same time,I must click the run command for every test,or I will lost all my test. So if I run with ctrl + alt + P and click the Run item,if I change the code ,tests will all be lost and I should type again

Jatana commented 2 years ago

Press ctrl+shift+p, select FastOlympicCoding: Open Settings, and add "tests_file_suffix": "__tests" line there.