Skip to content

Commit affbd1b

Browse files
authored
Remove debris from smart send experiment (#24957)
This should've been part of #23067 Removing debris, making package.json look cleaner. /cc @cwebster-99
1 parent 3275c34 commit affbd1b

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

package.json

+4-8
Original file line numberDiff line numberDiff line change
@@ -448,17 +448,15 @@
448448
"pythonPromptNewToolsExt",
449449
"pythonTerminalEnvVarActivation",
450450
"pythonDiscoveryUsingWorkers",
451-
"pythonTestAdapter",
452-
"pythonREPLSmartSend"
451+
"pythonTestAdapter"
453452
],
454453
"enumDescriptions": [
455454
"%python.experiments.All.description%",
456455
"%python.experiments.pythonSurveyNotification.description%",
457456
"%python.experiments.pythonPromptNewToolsExt.description%",
458457
"%python.experiments.pythonTerminalEnvVarActivation.description%",
459458
"%python.experiments.pythonDiscoveryUsingWorkers.description%",
460-
"%python.experiments.pythonTestAdapter.description%",
461-
"%python.experiments.pythonREPLSmartSend.description%"
459+
"%python.experiments.pythonTestAdapter.description%"
462460
]
463461
},
464462
"scope": "window",
@@ -475,17 +473,15 @@
475473
"pythonPromptNewToolsExt",
476474
"pythonTerminalEnvVarActivation",
477475
"pythonDiscoveryUsingWorkers",
478-
"pythonTestAdapter",
479-
"pythonREPLSmartSend"
476+
"pythonTestAdapter"
480477
],
481478
"enumDescriptions": [
482479
"%python.experiments.All.description%",
483480
"%python.experiments.pythonSurveyNotification.description%",
484481
"%python.experiments.pythonPromptNewToolsExt.description%",
485482
"%python.experiments.pythonTerminalEnvVarActivation.description%",
486483
"%python.experiments.pythonDiscoveryUsingWorkers.description%",
487-
"%python.experiments.pythonTestAdapter.description%",
488-
"%python.experiments.pythonREPLSmartSend.description%"
484+
"%python.experiments.pythonTestAdapter.description%"
489485
]
490486
},
491487
"scope": "window",

package.nls.json

-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"python.experiments.pythonTerminalEnvVarActivation.description": "Enables use of environment variables to activate terminals instead of sending activation commands.",
4343
"python.experiments.pythonDiscoveryUsingWorkers.description": "Enables use of worker threads to do heavy computation when discovering interpreters.",
4444
"python.experiments.pythonTestAdapter.description": "Denotes the Python Test Adapter experiment.",
45-
"python.experiments.pythonREPLSmartSend.description": "Denotes the Python REPL Smart Send experiment.",
4645
"python.experiments.pythonRecommendTensorboardExt.description": "Denotes the Tensorboard Extension recommendation experiment.",
4746
"python.globalModuleInstallation.description": "Whether to install Python modules globally when not using an environment.",
4847
"python.languageServer.description": "Defines type of the language server.",

0 commit comments

Comments
 (0)