Skip to content

Commit 6159ba6

Browse files
committed
Bump explorer rollout to 30%
1 parent 33a72ef commit 6159ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export const SUPPORTED_LANGUAGE_IDS = ["ruby", "erb"];
8888
export const FEATURE_FLAGS = {
8989
tapiocaAddon: 1.0,
9090
launcher: 0.1,
91-
fullTestDiscovery: 0.15,
91+
fullTestDiscovery: 0.3,
9292
};
9393

9494
type FeatureFlagConfigurationKey = keyof typeof FEATURE_FLAGS | "all";

0 commit comments

Comments
 (0)