hbenl / vscode-test-explorer

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

How to check whether autorun is activated or deactivated? #228

Closed alexanderadam closed 2 years ago

alexanderadam commented 2 years ago

It seems that tests are always running in my case (maybe the same issue as this or this [or is it rather related to this?]) and I want to disable autorun for a heavy project.

But currently I have the feeling that this menu entry isn't working at all, since VSCode somehow always spawns test runners in the background.

So is there any possibility to check whether disabling worked?

hbenl commented 2 years ago

If autorun is enabled, the icons in the tree view show a little play icon. In this screenshot, autorun is enabled for the "Sourcemapped tests" but not "Typescript tests": Screenshot_2021-11-06_18-52-16 What is being spawned in the background are runners for updating the test definitions in Test Explorer's tree view.

ryanhageman commented 2 years ago

I'm having the same problem

hbenl commented 2 years ago

@ryanhageman You should file an issue in the repository for the test adapter that you are using.