"Refresh tests" button missing when telemetry is disabled
See original GitHub issueEnvironment data
- VS Code version: 1.61.2
- Extension version (available under the Extensions sidebar): v2021.10.1365161279
- OS and version: Ubuntu 20.04
- Python version (& distribution if applicable, e.g. Anaconda): Python 3.8.10
- Type of virtual environment used (N/A | venv | virtualenv | conda | …): N/A
- Value of the
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:
{
"telemetry.telemetryLevel":"off",
}
the refresh tests button disappears like so:
Steps to reproduce:
- Open VSCode with an empty settings.json like so:
{
}
Now check the tests -> the button is there.
- Modify the settings.json as stated above, save and restart vscode. -> The button is now gone
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:11 (1 by maintainers)
Top Results From Across the Web
Availability Standard test - Azure Monitor Application Insights
Availability test results can be visualized with both line and scatter plot views. After a few minutes, select Refresh to see your test...
Read more >Windows 10 Enterprise: Does setting telemetry to zero disable ...
I noticed that if i didn't set Telemetry = 0, i no longer had the “Check for Updates” button in 1809 and Windows...
Read more >Testing Python in Visual Studio Code
By default, the Python extension attempts to discover tests once you enable a framework. You can trigger test discovery at any time using...
Read more >How to disable Telemetry and Data Collection in Windows 10
If you select this option, we'll be able to provide updates to Windows (through Windows Update, including malicious software protection by ...
Read more >Telemetry / Serial Port Setup — Copter documentation
This article shows how to configure the telemetry ports (aka serial ports) on the ... set the rates to “-1” for MP, or...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use
Python: Switch to Insiders
commands to install the latest insiders version of the extension. Otherwise the stable release for November should also have this fix.@luabud Can we remove the buttons experiment?
@karrtikr Yes. We can do that as a part of this issue.