openmainframeproject / cobol-check

A testing framework for Cobol applications
Apache License 2.0
78 stars 28 forks source link

Fix loop in extension #336

Open samdion1994 opened 9 months ago

samdion1994 commented 9 months ago

Added option in setting in vscode extension to set the time limit to break out of infinity loop.

samdion1994 commented 9 months ago

Hi @Rune-Christensen,

Sorry, for bugging you😅.

For context I add a parameter in vscode to kill cobc procces if it hangs longer then the given time. Also, there was something in the script that made cobc run twice which I fixed.

Cheers