Skip to content

Commit 804e656

Browse files
author
Kartik Raj
authored
Update link to A/B experiments description (microsoft#20409)
Closes microsoft#15635
1 parent 2d4f34a commit 804e656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.nls.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"python.diagnostics.sourceMapsEnabled.description": "Enable source map support for meaningful stack traces in error logs.",
3232
"python.envFile.description": "Absolute path to a file containing environment variable definitions.",
3333
"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.",
34-
"python.experiments.optInto.description": "List of experiment to opt into. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/Experiments for more details.",
35-
"python.experiments.optOutFrom.description": "List of experiment to opt out of. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/Experiments for more details.",
34+
"python.experiments.optInto.description": "List of experiment to opt into. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/AB-Experiments for more details.",
35+
"python.experiments.optOutFrom.description": "List of experiment to opt out of. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/AB-Experiments for more details.",
3636
"python.formatting.autopep8Args.description": "Arguments passed in. Each argument is a separate item in the array.",
3737
"python.formatting.autopep8Path.description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.",
3838
"python.formatting.blackArgs.description": "Arguments passed in. Each argument is a separate item in the array.",

0 commit comments

Comments
 (0)