hbenl / vscode-test-explorer

The VS Code Test Explorer extension
MIT License
215 stars 55 forks source link

Error Decoration Hover not working with new VS Code version #232

Closed Christopher-Collett closed 2 years ago

Christopher-Collett commented 2 years ago

Test Explorer version: v2.21.1 VS Code version: 1.64.0 OS: Windows 10 1909

As stated in the title, with the update to VS Code 1.64.0, Error Decoration Hover is not working correctly. With the setting enabled, upon hovering over an error, only a small black box is show (see image below): image

JDaance commented 2 years ago

I have this as well with my integration for this plugin, I actually spent days migrating to the "native testing" feature because of this. But the native version is buggy and laggy, after trying to use it and filing bug reports for 1.5 months I really don't like it. It needs some kind of rearchitecturing to be as good as this plugin.

This bug happened for me with the january update (released beginning of february). Almost considering forking this plugin to get back to my old testing flow.

JDaance commented 2 years ago

I just set up a dev environment to try to debug vscode-test-explorer extension and now the hover is working already without me changing anything. Not sure if this is due to vscode being an even newer version, or something else. It might be a vscode bug that has been fixed since. I will start using it again and see if its stable.

JDaance commented 2 years ago

Its working perfectly now for me, so issue can probably be closed