Skip to content

Commit 70716f0

Browse files
author
Kartik Raj
authored
Add description for python.experiment settings values (#20751)
1 parent 7b488a9 commit 70716f0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,11 @@
427427
"All",
428428
"pythonSurveyNotification",
429429
"pythonPromptNewToolsExt"
430+
],
431+
"enumDescriptions": [
432+
"%python.experiments.All.description%",
433+
"%python.experiments.pythonSurveyNotification.description%",
434+
"%python.experiments.pythonPromptNewToolsExt.description%"
430435
]
431436
},
432437
"scope": "machine",
@@ -441,6 +446,11 @@
441446
"All",
442447
"pythonSurveyNotification",
443448
"pythonPromptNewToolsExt"
449+
],
450+
"enumDescriptions": [
451+
"%python.experiments.All.description%",
452+
"%python.experiments.pythonSurveyNotification.description%",
453+
"%python.experiments.pythonPromptNewToolsExt.description%"
444454
]
445455
},
446456
"scope": "machine",

package.nls.json

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
"python.experiments.enabled.description": "Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.",
3535
"python.experiments.optInto.description": "List of experiment to opt into. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
3636
"python.experiments.optOutFrom.description": "List of experiment to opt out of. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.",
37+
"python.experiments.All.description": "Combined list of all experiments.",
38+
"python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.",
39+
"python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.",
3740
"python.formatting.autopep8Args.description": "Arguments passed in. Each argument is a separate item in the array.",
3841
"python.formatting.autopep8Path.description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.",
3942
"python.formatting.blackArgs.description": "Arguments passed in. Each argument is a separate item in the array.",

0 commit comments

Comments
 (0)