We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aea3688 commit 311b5cbCopy full SHA for 311b5cb
codersdk/deployment.go
@@ -2893,7 +2893,6 @@ const (
2893
// Add new experiments here!
2894
ExperimentExample Experiment = "example" // This isn't used for anything.
2895
ExperimentAutoFillParameters Experiment = "auto-fill-parameters" // This should not be taken out of experiments until we have redesigned the feature.
2896
- ExperimentCustomRoles Experiment = "custom-roles" // Allows creating runtime custom roles.
2897
ExperimentNotifications Experiment = "notifications" // Sends notifications via SMTP and webhooks following certain events.
2898
ExperimentWorkspaceUsage Experiment = "workspace-usage" // Enables the new workspace usage tracking.
2899
)
0 commit comments