最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

typescript - How to implement logic to get the code coverage result from VS Code test explorer? - Stack Overflow

programmeradmin1浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论