Skip to content

Commit 5c1d2bc

Browse files
luabudkarthiknadig
authored andcommitted
Disable new debug adapter experiments (microsoft#7996)
* Disabling new debug adapter experiments * Apply suggestions from code review for turning off debug adapter experiment
1 parent fa0a765 commit 5c1d2bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

experiments.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,26 @@
3232
{
3333
"name": "DebugAdapterFactory - control",
3434
"salt": "DebugAdapterFactory",
35-
"min": 80,
36-
"max": 90
35+
"min": 0,
36+
"max": 0
3737
},
3838
{
3939
"name": "DebugAdapterFactory - experiment",
4040
"salt": "DebugAdapterFactory",
41-
"min": 10,
42-
"max": 20
41+
"min": 0,
42+
"max": 0
4343
},
4444
{
4545
"name": "PtvsdWheels37 - control",
4646
"salt": "DebugAdapterFactory",
47-
"min": 87,
48-
"max": 90
47+
"min": 0,
48+
"max": 0
4949
},
5050
{
5151
"name": "PtvsdWheels37 - experiment",
5252
"salt": "DebugAdapterFactory",
53-
"min": 10,
54-
"max": 13
53+
"min": 0,
54+
"max": 0
5555
},
5656
{
5757
"name": "LS - enabled",

0 commit comments

Comments
 (0)