Skip to content

Commit 53ad506

Browse files
committed
Fix entities
1 parent 9280eef commit 53ad506

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

codersdk/experiments.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ import (
88

99
type Experiment string
1010

11+
const (
12+
// Add new experiments here!
13+
// ExperimentExample Experiment = "example"
14+
)
15+
1116
var (
1217
// ExperimentsAll should include all experiments that are safe for
1318
// users to opt-in to via --experimental='*'.

site/src/testHelpers/entities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ export const MockEntitlementsWithAuditLog: TypesGen.Entitlements = {
982982
}),
983983
}
984984

985-
export const MockExperiments: TypesGen.Experiment[] = ["vscode_local"]
985+
export const MockExperiments: TypesGen.Experiment[] = []
986986

987987
export const MockAuditLog: TypesGen.AuditLog = {
988988
id: "fbd2116a-8961-4954-87ae-e4575bd29ce0",

0 commit comments

Comments
 (0)