Skip to content

Commit

Permalink
Disable the terminal activation experiment (#9937)
Browse files Browse the repository at this point in the history
Disable until next release of VSC (for hidden terminals).
Disabled because a terminal gets displayed to the user and then hidden (doesn't happen in insiders, we will need to wait for their new API to hide terms)
  • Loading branch information
DonJayamanne committed Feb 6, 2020
1 parent 9f5ac3f commit 8d7636e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
"name": "UseTerminalToGetActivatedEnvVars - experiment",
"salt": "UseTerminalToGetActivatedEnvVars",
"min": 0,
"max": 20
"max": 0
},
{
"name": "UseTerminalToGetActivatedEnvVars - control",
"salt": "UseTerminalToGetActivatedEnvVars",
"min": 20,
"min": 0,
"max": 100
},
{
Expand Down

0 comments on commit 8d7636e

Please sign in to comment.