Skip to content

Improve setting description for enabling A/B tests #17585

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

Merged
merged 7 commits into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions news/1 Enhancements/7793.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve setting description for enabling A/B tests. (Thanks [Thi Le](https://github.com/thi-lee))
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"description": "Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\nTip: Reload the window if you installed Python but don't see it in the list (``Developer: Reload Window`` command in the [Command Palette](command:workbench.action.showCommands))",
"media": {
"svg": "resources/walkthrough/python-interpreter.svg",
"altText": "Selecting a python interpreter from the status bar"
"altText": "Selecting a python interpreter from the status bar"
},
"when": ""
},
Expand Down Expand Up @@ -604,7 +604,7 @@
},
"python.experiments.enabled": {
"default": true,
"description": "Enables/disables A/B tests.",
"description": "Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.",
"scope": "machine",
"type": "boolean"
},
Expand Down