From 1bdc12506646426da14368a4978eca56f5f54c79 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:17:53 -0700 Subject: [PATCH 1/2] fix: tag non-stable settings with new system --- package.json | 13 ++++++------- package.nls.json | 4 ++-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1e43143f3c03..5b9573a873fb 100644 --- a/package.json +++ b/package.json @@ -582,10 +582,7 @@ "Warning" ], "scope": "resource", - "type": "string", - "tags": [ - "experimental" - ] + "type": "string" }, "python.locator": { "default": "js", @@ -595,7 +592,8 @@ "native" ], "tags": [ - "experimental" + "experimental", + "onExP" ], "scope": "machine", "type": "string" @@ -662,7 +660,7 @@ "scope": "resource", "type": "boolean", "tags": [ - "experimental" + "preview" ] }, "python.REPL.enableREPLSmartSend": { @@ -677,7 +675,8 @@ "scope": "resource", "type": "boolean", "tags": [ - "experimental" + "onExP", + "preview" ] }, "python.REPL.provideVariables": { diff --git a/package.nls.json b/package.nls.json index 8909a3f4c5b9..b60863ef1e49 100644 --- a/package.nls.json +++ b/package.nls.json @@ -36,8 +36,8 @@ "python.diagnostics.sourceMapsEnabled.description": "Enable source map support for meaningful stack traces in error logs.", "python.envFile.description": "Absolute path to a file containing environment variable definitions.", "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.", - "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.", - "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.", + "python.experiments.optInto.description": "List of experiments 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.", + "python.experiments.optOutFrom.description": "List of experiments 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.", "python.experiments.All.description": "Combined list of all experiments.", "python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.", "python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.", From 6d6c140eb838316dff7130ce5299d1bb24bc1c27 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:46:26 -0700 Subject: [PATCH 2/2] Keep old experimental tag --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5b9573a873fb..d4c36905d1e3 100644 --- a/package.json +++ b/package.json @@ -675,8 +675,8 @@ "scope": "resource", "type": "boolean", "tags": [ - "onExP", - "preview" + "experimental", + "onExP" ] }, "python.REPL.provideVariables": {