Skip to content

Commit 1a61577

Browse files
chore(site): add workspace filter experiments into all (#7779)
1 parent 0bed8b5 commit 1a61577

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codersdk/deployment.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,9 @@ const (
16931693
// users to opt-in to via --experimental='*'.
16941694
// Experiments that are not ready for consumption by all users should
16951695
// not be included here and will be essentially hidden.
1696-
var ExperimentsAll = Experiments{}
1696+
var ExperimentsAll = Experiments{
1697+
ExperimentWorkspaceFilter,
1698+
}
16971699

16981700
// Experiments is a list of experiments that are enabled for the deployment.
16991701
// Multiple experiments may be enabled at the same time.

0 commit comments

Comments
 (0)