fwcd / vscode-kotlin

Kotlin code completion, debugging, linting and more for VSCode
MIT License
298 stars 41 forks source link

Adopt VSCode's native testing/test explorer API #100

Open fwcd opened 2 years ago

fwcd commented 2 years ago

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.