Skip to content

Commit 570761e

Browse files
authored
Increase the full test discovery rollout to 100% (#3589)
Bump new explorer rollout to 100%
1 parent 5a9ff93 commit 570761e

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
@@ -89,7 +89,7 @@ export const SUPPORTED_LANGUAGE_IDS = ["ruby", "erb"];
8989
export const FEATURE_FLAGS = {
9090
tapiocaAddon: 1.0,
9191
launcher: 0.1,
92-
fullTestDiscovery: 0.7,
92+
fullTestDiscovery: 1.0,
9393
};
9494

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

0 commit comments

Comments
 (0)