File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -3258,13 +3258,11 @@ const (
3258
3258
ExperimentDynamicParameters Experiment = "dynamic-parameters" // Enables dynamic parameters when creating a workspace.
3259
3259
)
3260
3260
3261
- // ExperimentsAll should include all experiments that are safe for
3261
+ // ExperimentsAllSafe should include all experiments that are safe for
3262
3262
// users to opt-in to via --experimental='*'.
3263
3263
// Experiments that are not ready for consumption by all users should
3264
3264
// not be included here and will be essentially hidden.
3265
- var ExperimentsAll = Experiments {
3266
- ExperimentDynamicParameters ,
3267
- }
3265
+ var ExperimentsAllSafe = Experiments {}
3268
3266
3269
3267
// Experiments is a list of experiments.
3270
3268
// Multiple experiments may be enabled at the same time.
You can’t perform that action at this time.
0 commit comments