I have tried to enable the required CodeLens in the VSCode active editor range for uncovered function declaration code using a VS Code extension TypeScript application, but I can't figure out the logic to implement it.
I need to enable CodeLens based on the following conditions: Once "Run with test coverage" from the VS Code Test Explorer is completed, the CodeLens should be enabled in the uncovered method codes starting range.
I need ideas on how to implement logic to watch for the completion of the "Run with test coverage" process and enable the CodeLens accordingly.