Skip to content

Commit 01a5655

Browse files
luabudkarthiknadig
authored andcommitted
Adjust debug adapter experiment before release (microsoft#8540)
* Rename debug adapter experiment group * Adjust experiment numbers to 20% in debug adapter experiment and 7% in wheels experiment * Revert "Adjust experiment numbers to 20% in debug adapter experiment and 7% in wheels experiment" This reverts commit ee8db47. * Shutting off experiments pre-release
1 parent 92aeeeb commit 01a5655

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

experiments.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
"max": 20
3131
},
3232
{
33-
"name": "DebugAdapterFactoryInsiders - control",
33+
"name": "DebugAdapterFactory - control",
3434
"salt": "DebugAdapterFactory",
3535
"min": 0,
36-
"max": 50
36+
"max": 0
3737
},
3838
{
39-
"name": "DebugAdapterFactoryInsiders - experiment",
39+
"name": "DebugAdapterFactory - experiment",
4040
"salt": "DebugAdapterFactory",
41-
"min": 50,
42-
"max": 100
41+
"min": 0,
42+
"max": 0
4343
},
4444
{
4545
"name": "PtvsdWheels37 - control",

src/client/common/experimentGroups.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export enum ShowExtensionSurveyPrompt {
1515

1616
// Experiment to check whether the extension should use the new VS Code debug adapter API.
1717
export enum DebugAdapterDescriptorFactory {
18-
control = 'DebugAdapterFactoryInsiders - control',
19-
experiment = 'DebugAdapterFactoryInsiders - experiment'
18+
control = 'DebugAdapterFactory - control',
19+
experiment = 'DebugAdapterFactory - experiment'
2020
}
2121

2222
// Experiment to check whether the ptvsd launcher should use pre-installed ptvsd wheels for debugging.

0 commit comments

Comments
 (0)