Skip to content

Commit b176196

Browse files
authored
Adjust debug adapter experiment before release (#8540) (#8553)
1 parent 92aeeeb commit b176196

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)