Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitafb175d

Browse files
authored
chore: make dynamic params a valid experiment (#17492)
1 parent444bd6a commitafb175d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎codersdk/deployment.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,9 @@ const (
32623262
// users to opt-in to via --experimental='*'.
32633263
// Experiments that are not ready for consumption by all users should
32643264
// not be included here and will be essentially hidden.
3265-
varExperimentsAll=Experiments{}
3265+
varExperimentsAll=Experiments{
3266+
ExperimentDynamicParameters,
3267+
}
32663268

32673269
// Experiments is a list of experiments.
32683270
// Multiple experiments may be enabled at the same time.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp