Skip to content

Commit 3d1e224

Browse files
authored
support configuring experiments in workspace settings (#23267)
fixes #23241
1 parent 77e44cf commit 3d1e224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@
422422
"python.experiments.enabled": {
423423
"default": true,
424424
"description": "%python.experiments.enabled.description%",
425-
"scope": "machine",
425+
"scope": "window",
426426
"type": "boolean"
427427
},
428428
"python.experiments.optInto": {
@@ -450,7 +450,7 @@
450450
"%python.experiments.pythonRecommendTensorboardExt.description%"
451451
]
452452
},
453-
"scope": "machine",
453+
"scope": "window",
454454
"type": "array",
455455
"uniqueItems": true
456456
},
@@ -477,7 +477,7 @@
477477
"%python.experiments.pythonREPLSmartSend.description%"
478478
]
479479
},
480-
"scope": "machine",
480+
"scope": "window",
481481
"type": "array",
482482
"uniqueItems": true
483483
},

0 commit comments

Comments
 (0)