Skip to content

Commit

Permalink
support configuring experiments in workspace settings (microsoft#23267)
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead authored Apr 29, 2024
1 parent 77e44cf commit 3d1e224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
"python.experiments.enabled": {
"default": true,
"description": "%python.experiments.enabled.description%",
"scope": "machine",
"scope": "window",
"type": "boolean"
},
"python.experiments.optInto": {
Expand Down Expand Up @@ -450,7 +450,7 @@
"%python.experiments.pythonRecommendTensorboardExt.description%"
]
},
"scope": "machine",
"scope": "window",
"type": "array",
"uniqueItems": true
},
Expand All @@ -477,7 +477,7 @@
"%python.experiments.pythonREPLSmartSend.description%"
]
},
"scope": "machine",
"scope": "window",
"type": "array",
"uniqueItems": true
},
Expand Down

0 comments on commit 3d1e224

Please sign in to comment.