Replies: 1 comment 5 replies
-
|
At tab open the executables are enumerated and executed to acquire the test list, tests are not run. Test-autorun feature is a vscode related option which should not be enabled by default. I have to assume your problem is the enumeration. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I work with Chromium sources, and it seems this extension auto-runs found tests when I switch to Testing tab in VSCode (actuall I use Antigravity IDE), which is very inconvenient, because there are hundreds of tests in Chromium, and it may take hours to pass them all...
I wonder why this feature is enabled by default, so I had to disable it for each workspace?
These are the options I had to add into
settings.jsonfor each workspace:Otherwise IDE and system become almost unusable because the extensions is loading tests...
Beta Was this translation helpful? Give feedback.
All reactions