-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Refresh tests" button missing when telemetry is disabled #17868
Comments
Thanks for opening the issue. Actually the feature you mentioned is behind an experiment, vscode-python/src/client/common/experiments/groups.ts Lines 33 to 40 in ff6a026
and disabling telemetry effectively opts out users from experiments. We plan to soon remove the experiment, which means the new behavior will be available to all users regardless of their experiment or telemetry settings. cc / @karthiknadig Should we do it as part of this issue? |
Thanks for clarifying! I was suspecting that it might have something to do with experiments but did not know that telemetry also disables those. |
Hi! I still don't see the button, but I see that the experiment has been closed. How can I get the refresh button back? Do we have to wait till November's release? Thanks. |
You can use |
I installed the stable November release today, but the refresh button still does not show. Any way to check why it doesn't or enable it? Thanks. |
It has not been released yet I think, it should be out by end of this week, are you on the latest VSCode version? |
I updated today and it lists 1.63.0 on the About window. |
Then you should be getting it soon. |
The icon appeared today. Thanks! |
Great! |
Environment data
python.languageServer
setting: "Default"Expected behaviour
I should be able to see the "refresh tests" button in the testing section with telemetry disabled. Expected:
Actual behaviour
When I set the settings.json like this:
the refresh tests button disappears like so:
Steps to reproduce:
Now check the tests -> the button is there.
-> The button is now gone
The text was updated successfully, but these errors were encountered: