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 9280eef commit 53ad506Copy full SHA for 53ad506
codersdk/experiments.go
@@ -8,6 +8,11 @@ import (
8
9
type Experiment string
10
11
+const (
12
+// Add new experiments here!
13
+// ExperimentExample Experiment = "example"
14
+)
15
+
16
var (
17
// ExperimentsAll should include all experiments that are safe for
18
// users to opt-in to via --experimental='*'.
site/src/testHelpers/entities.ts
@@ -982,7 +982,7 @@ export const MockEntitlementsWithAuditLog: TypesGen.Entitlements = {
982
}),
983
}
984
985
-export const MockExperiments: TypesGen.Experiment[] = ["vscode_local"]
+export const MockExperiments: TypesGen.Experiment[] = []
986
987
export const MockAuditLog: TypesGen.AuditLog = {
988
id: "fbd2116a-8961-4954-87ae-e4575bd29ce0",
0 commit comments