Open fwcd opened 2 years ago
VSCode provides a new testing API with version 1.59:
It would be cool if we could integrate this, e.g. in a similar way to #92, perhaps using a new non-standard LSP request for resolving test cases and then running them through the debug adapter.
Motivation
VSCode provides a new testing API with version 1.59:
Description
It would be cool if we could integrate this, e.g. in a similar way to #92, perhaps using a new non-standard LSP request for resolving test cases and then running them through the debug adapter.