VS Code integration for node:test native tests
Let's say I have three different describe blocks, like this:  And I click the "Run Test" button next to test C3 (the 3rd test of describe block C). What I expected to happen: All tests except C3 are skipped What actually happened:  All tests inside describe block C are ran. This is annoying because tests C1 and C2 might be slow or produce testing messages. Furthermore, the other describe blocks are shown as passing, even though the tests inside them *are* skipped, which is confusing but not that bad.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by 9600bauds and has received 4 comments.