From 25a1088afefbe751da81e0036d1838bafe5c5e00 Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Thu, 1 Jun 2023 15:35:35 -0700 Subject: [PATCH 1/2] add pythonTestAdapter to experiment enum --- package.json | 12 ++++++++---- package.nls.json | 1 + 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b39392c8fa51..3983015784dc 100644 --- a/package.json +++ b/package.json @@ -462,13 +462,15 @@ "All", "pythonSurveyNotification", "pythonPromptNewToolsExt", - "pythonTerminalEnvVarActivation" + "pythonTerminalEnvVarActivation", + "pythonTestAdapter" ], "enumDescriptions": [ "%python.experiments.All.description%", "%python.experiments.pythonSurveyNotification.description%", "%python.experiments.pythonPromptNewToolsExt.description%", - "%python.experiments.pythonTerminalEnvVarActivation.description%" + "%python.experiments.pythonTerminalEnvVarActivation.description%", + "%python.experiments.pythonTestAdapter.description%" ] }, "scope": "machine", @@ -483,13 +485,15 @@ "All", "pythonSurveyNotification", "pythonPromptNewToolsExt", - "pythonTerminalEnvVarActivation" + "pythonTerminalEnvVarActivation", + "pythonTestAdapter" ], "enumDescriptions": [ "%python.experiments.All.description%", "%python.experiments.pythonSurveyNotification.description%", "%python.experiments.pythonPromptNewToolsExt.description%", - "%python.experiments.pythonTerminalEnvVarActivation.description%" + "%python.experiments.pythonTerminalEnvVarActivation.description%", + "%python.experiments.pythonTestAdapter.description%" ] }, "scope": "machine", diff --git a/package.nls.json b/package.nls.json index 18254fd05468..71c4b5ee42ba 100644 --- a/package.nls.json +++ b/package.nls.json @@ -43,6 +43,7 @@ "python.experiments.pythonSurveyNotification.description": "Denotes the Python Survey Notification experiment.", "python.experiments.pythonPromptNewToolsExt.description": "Denotes the Python Prompt New Tools Extension experiment.", "python.experiments.pythonTerminalEnvVarActivation.description": "Enables use of environment variables to activate terminals instead of sending activation commands.", + "python.experiments.pythonTestAdapter.description": "Denotes the Python Test Adapter experiment.", "python.formatting.autopep8Args.description": "Arguments passed in. Each argument is a separate item in the array.", "python.formatting.autopep8Path.description": "Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.", "python.formatting.blackArgs.description": "Arguments passed in. Each argument is a separate item in the array.", From 255bb6392f8d65c7e988438513cac3cdf458035f Mon Sep 17 00:00:00 2001 From: eleanorjboyd Date: Thu, 1 Jun 2023 15:38:17 -0700 Subject: [PATCH 2/2] edits to package-lock --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index a6bdd1be4c1c..71ee97edee23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -128,7 +128,7 @@ "yargs": "^15.3.1" }, "engines": { - "vscode": "^1.79.0-20230525" + "vscode": "^1.79.0-20230526" } }, "node_modules/@azure/abort-controller": {