Skip to content

Commit

Permalink
Switch experiments settings scope to machine (#10237)
Browse files Browse the repository at this point in the history
* Switch experiments settings scope to machine

* Add news item
  • Loading branch information
karthiknadig authored Feb 21, 2020
1 parent 3f1fb0a commit 7d4995d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions news/2 Fixes/10232.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Users can opt into or opt out of experiments in remote scenarios.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@
"type": "boolean",
"default": true,
"description": "Enables/disables A/B tests.",
"scope": "application"
"scope": "machine"
},
"python.experiments.optInto": {
"type": "array",
Expand All @@ -1524,7 +1524,7 @@
]
},
"description": "List of experiment to opt into. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/Experiments for more details.",
"scope": "application"
"scope": "machine"
},
"python.experiments.optOutFrom": {
"type": "array",
Expand All @@ -1544,7 +1544,7 @@
]
},
"description": "List of experiment to opt out of. If empty, user is assigned the default experiment groups. See https://github.com/microsoft/vscode-python/wiki/Experiments for more details.",
"scope": "application"
"scope": "machine"
},
"python.dataScience.allowImportFromNotebook": {
"type": "boolean",
Expand Down

0 comments on commit 7d4995d

Please sign in to comment.