Bochlin / vunit-test-explorer

VUnit test explorer for VSCode
MIT License
11 stars 5 forks source link

Moving rows around messes with `Run|Debug|Show in Test Explorer` placement #6

Closed halfow closed 4 years ago

halfow commented 4 years ago

Moving rows around messes up

Minor issue, Test Explorer: Reload Tests makes it look right again.

A quick fix would be to make Test Explorer: Reload Tests run on save.

Was really easy to get going! nice work :)

Bochlin commented 4 years ago

The option vunit.watch can be enabled to watch the run.py file for changes.
Most of the heavy lifting and annotations are done by the Test Explorer UI extension used by vunit-test-explorer.

halfow commented 4 years ago

Okay, then i agree that the problem/missing option probably relies within Test Explorer UI. I will research it some more