Skip to content

Commit 7207973

Browse files
committed
feat: Enable MONACO_FEAT_ENABLE_PLATFORM_TOKENS feature flag by default
Now that all parts of platform token support are complete, this feature flag should be enabled by default.
1 parent 4760bfb commit 7207973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/featureflags/temporary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ var temporaryDefaultValues = map[FeatureFlag]defaultValue{
4343
IgnoreSkippedConfigs: false,
4444
OnlyCreateReferencesInStringValues: false,
4545
SanitizeBucketNames: true,
46-
PlatformToken: false,
46+
PlatformToken: true,
4747
}

0 commit comments

Comments
 (0)