Skip to content

Commit 8d7636e

Browse files
committed
Disable the terminal activation experiment (#9937)
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)
1 parent 9f5ac3f commit 8d7636e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiments.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,12 @@
8282
"name": "UseTerminalToGetActivatedEnvVars - experiment",
8383
"salt": "UseTerminalToGetActivatedEnvVars",
8484
"min": 0,
85-
"max": 20
85+
"max": 0
8686
},
8787
{
8888
"name": "UseTerminalToGetActivatedEnvVars - control",
8989
"salt": "UseTerminalToGetActivatedEnvVars",
90-
"min": 20,
90+
"min": 0,
9191
"max": 100
9292
},
9393
{

0 commit comments

Comments
 (0)