Skip to content

Commit 5910a68

Browse files
DetachHeadanthonykim1
authored andcommitted
support configuring experiments in workspace settings (microsoft#23267)
fixes microsoft#23241
1 parent d9617cf commit 5910a68

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
@@ -427,7 +427,7 @@
427427
"python.experiments.enabled": {
428428
"default": true,
429429
"description": "%python.experiments.enabled.description%",
430-
"scope": "machine",
430+
"scope": "window",
431431
"type": "boolean"
432432
},
433433
"python.experiments.optInto": {
@@ -457,7 +457,7 @@
457457
"%python.experiments.pythonRunREPL.description%"
458458
]
459459
},
460-
"scope": "machine",
460+
"scope": "window",
461461
"type": "array",
462462
"uniqueItems": true
463463
},
@@ -486,7 +486,7 @@
486486
"%python.experiments.pythonRunREPL.description%"
487487
]
488488
},
489-
"scope": "machine",
489+
"scope": "window",
490490
"type": "array",
491491
"uniqueItems": true
492492
},

0 commit comments

Comments
 (0)