contest-framework / vscode

The official VSCode client for Tertestrial
ISC License
0 stars 0 forks source link

graceful behavior when contest server isn't running #30

Open kevgo opened 1 month ago

kevgo commented 1 month ago

Scenario: I am making a red unit test green, so I start contest and choose "test this file" and "repeat last test on file save". Now I'm done, so I cancel contest.

The problem is that the VSCode plugin now honks at me. I don't want to see this and deal with it.

If the pipe doesn't exist, simply don't write and keep the auto-test mode enabled. So that when I start contest again, it resumes.