diff --git a/news/1 Enhancements/7793.md b/news/1 Enhancements/7793.md new file mode 100644 index 000000000000..f8dfce970d5e --- /dev/null +++ b/news/1 Enhancements/7793.md @@ -0,0 +1 @@ +Improve setting description for enabling A/B tests. (Thanks [Thi Le](https://github.com/thi-lee)) diff --git a/package.json b/package.json index 1493dec12b16..b611800d50b7 100644 --- a/package.json +++ b/package.json @@ -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": "" }, @@ -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" },