-
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
Unable to join any experiments when telemetry.enableTelemetry is false #10008
Comments
I uninstalled VS Code and VS Code Insiders, and moved the I then moved the old extension folder back into place, re-enabled all extensions, put in my usual settings again, and it is stopped working. So, back to the minimal settings quoted above and the new extensions folder (which only holds vscode-python) --> works.
If that line is in my settings, experiments do not work. I cannot quite tell why experiments did not work several times with my minimal settings (is the telemetry value remembered after removing it? no idea), but they are working now. The impact of |
Hi @bersbersbers ! Sorry about that, we should definitely document the behaviour of the Initially the telemetry setting was the way to go for disabling experiments in the extension, but we implemented a setting for that purpose and now we could actually ditch that condition, and make experiments work even if telemetry is disabled. I'm marking this issue with the "needs decision" label so the team can talk about it and see if this fix is something we will address. Thank you! |
I am unable to join experiments and was asked to file this issue here (see microsoft/ptvsd#1728).
Environment data
"python.jediEnabled"
set to; more info How to update the language server to the latest stable version #3977): not setpython.languageServer
setting: not setExpected behaviour
Python output shows
Actual behaviour
Python output only shows
Steps to reproduce:
This is my
settings.json
:Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)Sorry, but this is long:
The text was updated successfully, but these errors were encountered: