question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

"Refresh tests" button missing when telemetry is disabled

See original GitHub issue

Environment 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: grafik

Actual behaviour

When I set the settings.json like this:

{
    "telemetry.telemetryLevel":"off",
}

the refresh tests button disappears like so: grafik

Steps to reproduce:

  1. Open VSCode with an empty settings.json like so:
{
}

Now check the tests -> the button is there.

  1. Modify the settings.json as stated above, save and restart vscode. -> The button is now gone

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
karrtikrcommented, Nov 17, 2021

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.

1reaction
karthiknadigcommented, Oct 28, 2021

@luabud Can we remove the buttons experiment?

@karrtikr Yes. We can do that as a part of this issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found