File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 30
30
"max" : 20
31
31
},
32
32
{
33
- "name" : " DebugAdapterFactoryInsiders - control" ,
33
+ "name" : " DebugAdapterFactory - control" ,
34
34
"salt" : " DebugAdapterFactory" ,
35
35
"min" : 0 ,
36
- "max" : 50
36
+ "max" : 0
37
37
},
38
38
{
39
- "name" : " DebugAdapterFactoryInsiders - experiment" ,
39
+ "name" : " DebugAdapterFactory - experiment" ,
40
40
"salt" : " DebugAdapterFactory" ,
41
- "min" : 50 ,
42
- "max" : 100
41
+ "min" : 0 ,
42
+ "max" : 0
43
43
},
44
44
{
45
45
"name" : " PtvsdWheels37 - control" ,
Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ export enum ShowExtensionSurveyPrompt {
15
15
16
16
// Experiment to check whether the extension should use the new VS Code debug adapter API.
17
17
export enum DebugAdapterDescriptorFactory {
18
- control = 'DebugAdapterFactoryInsiders - control' ,
19
- experiment = 'DebugAdapterFactoryInsiders - experiment'
18
+ control = 'DebugAdapterFactory - control' ,
19
+ experiment = 'DebugAdapterFactory - experiment'
20
20
}
21
21
22
22
// Experiment to check whether the ptvsd launcher should use pre-installed ptvsd wheels for debugging.
You can’t perform that action at this time.
0 commit comments